We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cd44d7 + cecbde3 commit 7b68c9eCopy full SHA for 7b68c9e
1 file changed
.github/workflows/ci.yml
@@ -13,6 +13,10 @@ on:
13
permissions:
14
contents: read # to fetch code (actions/checkout)
15
16
+concurrency:
17
+ group: ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
19
+
20
env:
21
DEBIAN_FRONTEND: noninteractive
22
0 commit comments