Skip to content

Commit

Permalink
Remove PR branch added for testing a change in CI in #1224
Browse files Browse the repository at this point in the history
We added the PR branch in the CI test.yml to test out a new example DAG by adding newer environment variables needed for the example DAG. I missed adding a review comment to remove the temporarily added PR branch. This PR removes that temporarily added branch
  • Loading branch information
pankajkoti authored Sep 30, 2024
1 parent 879b1a3 commit 4a64d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test

on:
push: # Run on pushes to the default branch
branches: [main,poc-dbt-compile-task]
branches: [main]
pull_request_target: # Also run on pull requests originated from forks
branches: [main]

Expand Down

0 comments on commit 4a64d61

Please sign in to comment.