Skip to content

Commit c31e79a

Browse files
committed
Without the group this happened:
[pybind/pybind11] CI workflow run CI: No jobs were run
1 parent f0d2da3 commit c31e79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
permissions: read-all
1414

1515
concurrency:
16-
group: test-sh-avl${{ github.ref }}
16+
group: test-sh-avl${{ github.ref }} # TO BE REMOVED BEFORE MERGING INTO master
1717
cancel-in-progress: true
1818

1919
env:

0 commit comments

Comments
 (0)