Skip to content

Commit 17bf1af

Browse files
Revert "chore: disabling PR checks for GHA unless they are merged to main (#1342) (#1343)"
This reverts commit 585607c.
1 parent 4debd57 commit 17bf1af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-runner.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "gha: macOS & Windows"
22

3+
# Build on pull requests and pushes to `main`. The PR builds will be
4+
# non-blocking for now, but that is configured elsewhere.
35
on:
46
# Only trigger on actual pushes to these branches.
57
# A PR merge counts as a push to the target branch.
@@ -18,7 +20,7 @@ on:
1820
default: true
1921

2022
concurrency:
21-
group: ${{ github.workflow }}-${{ github.ref }}
23+
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
2224
cancel-in-progress: true
2325

2426
jobs:

0 commit comments

Comments
 (0)