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 4434876 commit 3cc3509Copy full SHA for 3cc3509
1 file changed
.github/workflows/test-modeling-commons.yml
@@ -24,6 +24,10 @@ on:
24
- '.github/workflows/test-modeling-commons.yml'
25
workflow_dispatch:
26
27
+concurrency:
28
+ group: modeling-commons-testing
29
+ cancel-in-progress: true
30
+
31
jobs:
32
test:
33
runs-on: ubuntu-latest
0 commit comments