0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

CI: Add concurrency rules

This commit is contained in:
Loïc Hoguin 2024-11-08 12:13:00 +01:00
parent 5c74869abc
commit b7362f3263
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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