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 bfd1420 commit ab474c7Copy full SHA for ab474c7
.github/workflows/bump-dependency.yaml
@@ -4,6 +4,10 @@ on:
4
repository_dispatch:
5
types: [ bump-dependency ]
6
7
+concurrency:
8
+ group: bump-dependency
9
+ cancel-in-progress: true
10
+
11
jobs:
12
get-label:
13
name: Get Label
.github/workflows/format.yml
pull_request:
branches: [ main ]
+ group: format-${{ github.event.pull_request.number || github.ref }}
format:
name: Format PR
.github/workflows/test.yml
@@ -1,5 +1,10 @@
1
name: Test
2
on: [pull_request]
3
+ group: test-${{ github.event.pull_request.number || github.ref }}
test:
strategy:
0 commit comments