We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1293489 commit 551e2e7Copy full SHA for 551e2e7
1 file changed
.github/workflows/tests.yml
@@ -274,3 +274,7 @@ jobs:
274
with:
275
token: ${{ secrets.CODECOV_TOKEN }}
276
verbose: true
277
+
278
+concurrency:
279
+ group: ${{ github.workflow }}-${{ github.ref }}
280
+ cancel-in-progress: ${{ contains(github.ref, 'master') }}
0 commit comments