mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Changed CI concurrency group format.
This should fix CI and also make concurrncy work for PRs.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
- feature/**
|
- feature/**
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{github.head_ref}}
|
group: ${{format("{0}:{1}", github.repository, github.ref)}}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user