mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Without the group
this happened:
[pybind/pybind11] CI workflow run CI: No jobs were run
This commit is contained in:
parent
f0d2da3d30
commit
c31e79a33b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ on:
|
|||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: test-sh-avl${{ github.ref }}
|
group: test-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user