Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmeireles committed Dec 4, 2024
1 parent 3305eb5 commit ccbdf85
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
pull_request_target:
types: [opened, synchronize, reopened]

jobs:
run-tests:
Expand All @@ -29,8 +28,10 @@ jobs:
DBT_TEST_USER_3: dbt_test_user_3

steps:
- name: Check out repository
- name: Check out PR
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Create Docker Network
run: |
Expand Down

0 comments on commit ccbdf85

Please sign in to comment.