We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d34d6 commit a5cdf5aCopy full SHA for a5cdf5a
1 file changed
.github/workflows/pull_request.yml
@@ -4,13 +4,16 @@ on:
4
push:
5
branches:
6
- 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
10
pull_request:
11
12
13
workflow_dispatch:
14
15
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
16
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
17
cancel-in-progress: true
18
19
jobs:
0 commit comments