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 0e85a00 + 94f1f01 commit 4e0c08fCopy full SHA for 4e0c08f
.github/workflows/check.yml
@@ -1,5 +1,9 @@
1
name: check
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
6
+
7
on:
8
push:
9
branches:
.github/workflows/coverage.yml
name: coverage
.github/workflows/e2e.yml
name: e2e
0 commit comments