mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
Remove suffix in `concurrency: group: test-${{ github.ref }} (thanks @rhaschke for helping)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
permissions: read-all
|
||||
|
||||
concurrency:
|
||||
group: test-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
|
||||
group: test-${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user