1
0
forked from boostorg/core

Changed CI concurrency group format.

This should fix CI and also make concurrncy work for PRs.
This commit is contained in:
Andrey Semashev
2021-07-02 20:34:19 +03:00
parent ffd79a28e1
commit 24b6d89e7f

View File

@ -9,7 +9,7 @@ on:
- feature/**
concurrency:
group: ${{github.head_ref}}
group: ${{format("{0}:{1}", github.repository, github.ref)}}
cancel-in-progress: true
env: