Thanks to visit codestin.com Credit goes to github.com
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 1ab4a53 + a8d9d2e commit 6e52c24Copy full SHA for 6e52c24
1 file changed
.github/workflows/tests.yml
@@ -1,4 +1,7 @@
1
name: Tests
2
+concurrency:
3
+ group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
4
+ cancel-in-progress: true
5
6
on:
7
push:
0 commit comments