Skip to content

Commit

Permalink
Remove PR branch added for testing a change in CI in #1224 (#1233)
Browse files Browse the repository at this point in the history
We temporarily added a PR (#1224) branch to the CI test.yml to test a
new example DAG, along with the necessary environment variables for the
DAG. However, I missed adding a review comment to remove the branch
after testing. This PR removes the temporarily added branch from the CI
configuration.
  • Loading branch information
pankajkoti authored Sep 30, 2024
1 parent 879b1a3 commit 7eb9386
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 7eb9386

Please sign in to comment.