We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gpotter2
guedou
p-l-
polybassa
Learn more about funding links in repositories.
Report abuse
1 parent 3cbb62e commit f998c63Copy full SHA for f998c63
.github/workflows/unittests.yml
@@ -7,6 +7,11 @@ on:
7
# The branches below must be a subset of the branches above
8
branches: [master]
9
10
+# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/control-the-concurrency-of-workflows-and-jobs
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: ${{ !contains(github.ref, 'master')}}
14
+
15
permissions:
16
contents: read
17
0 commit comments