We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c184e2a commit e387b1aCopy full SHA for e387b1a
.github/workflows/test-and-build.yml
@@ -9,6 +9,10 @@ on:
9
permissions:
10
contents: read
11
12
+concurrency:
13
+ group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
14
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
15
+
16
jobs:
17
build-and-test:
18
runs-on: ubuntu-latest
0 commit comments