We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d76c4a commit e2fdd9cCopy full SHA for e2fdd9c
.github/workflows/CI.yml
@@ -8,6 +8,9 @@ on:
8
- master
9
repository_dispatch:
10
types: [tlaplus-dispatch]
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13
+ cancel-in-progress: true
14
15
jobs:
16
validate:
0 commit comments