mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
CI: Add concurrency rules
This commit is contained in:
parent
5c74869abc
commit
b7362f3263
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -11,6 +11,10 @@ on:
|
||||||
## Every Monday at 2am.
|
## Every Monday at 2am.
|
||||||
- cron: 0 2 * * 1
|
- cron: 0 2 * * 1
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CI_ERLANG_MK: 1
|
CI_ERLANG_MK: 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue