Skip to content

Commit

Permalink
Change workflow on behavior for testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbooke4 committed Oct 29, 2024
1 parent 8c879f7 commit ca215a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run_unit_tests_on_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run Unit Tests on Pull Request

on: [pull_request_target,workflow_dispatch]
# on: [pull_request_target,workflow_dispatch]
on:
push:
branches:
- 'feature/add_dbt_unit_tests'
env:
BIGQUERY_PROJECT: ${{ secrets.BIGQUERY_PROJECT }}
BIGQUERY_PROPERTY_ID: ${{ secrets.BIGQUERY_PROPERTY_ID }}
Expand All @@ -19,7 +23,6 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- uses: actions/setup-python@v1
with:
Expand Down Expand Up @@ -48,7 +51,6 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit ca215a1

Please sign in to comment.