Skip to content

Commit b7362f3

Browse files
committed
CI: Add concurrency rules
1 parent 5c74869 commit b7362f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
## Every Monday at 2am.
1212
- cron: 0 2 * * 1
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16+
cancel-in-progress: true
17+
1418
env:
1519
CI_ERLANG_MK: 1
1620

0 commit comments

Comments
 (0)