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.
1 parent 1ab4a53 commit 973bff1Copy full SHA for 973bff1
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