Skip to content

Commit a5cdf5a

Browse files
target to run this now
1 parent c7d34d6 commit a5cdf5a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ on:
44
push:
55
branches:
66
- main
7+
# Temporary: run CI on this branch's pushes until it's exercised via a
8+
# real PR targeting main. Remove once that PR validates the workflow.
9+
- integ-test-on-pr
710
pull_request:
811
branches:
912
- main
1013
workflow_dispatch:
1114

1215
concurrency:
13-
group: ${{ github.workflow }}-${{ github.ref }}
16+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1417
cancel-in-progress: true
1518

1619
jobs:

0 commit comments

Comments
 (0)