We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b96b9 commit 5bde323Copy full SHA for 5bde323
.github/workflows/on.pr.yml
@@ -13,6 +13,10 @@ on:
13
branches:
14
- master
15
16
+concurrency:
17
+ group: guava-pr-${{ github.event.number }}
18
+ cancel-in-progress: true
19
+
20
permissions:
21
contents: read
22
.github/workflows/on.push.yml
+ group: guava-push-${{ github.sha }}
0 commit comments