diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a444dbc59..baa535d4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: # Run on pushes to the default branch - branches: [main] - pull_request_target: # Also run on pull requests originated from forks branches: [main,poc-dbt-compile-task] + pull_request_target: # Also run on pull requests originated from forks + branches: [main] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}