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.
2 parents bfd1420 + f910e08 commit c052e46Copy full SHA for c052e46
.github/workflows/format.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
branches: [ main ]
6
7
+concurrency:
8
+ group: format-${{ github.event.pull_request.number || github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
format:
13
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