Skip to content

Commit

Permalink
Allow PR checks to be run against any base branch (#1034)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
dannycjones authored Sep 26, 2024
1 parent 7e279a3 commit 6cda304
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bench_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Benchmarks (PR)

on:
pull_request_target:
branches: [ "main" ]
types: [ labeled, opened, reopened, synchronize ]

permissions:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Integration tests (PR)

on:
pull_request_target:
branches: [ "main" ]

permissions:
id-token: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
merge_group:
types: [ "checks_requested" ]

Expand Down

0 comments on commit 6cda304

Please sign in to comment.