Skip to content

Commit 5442f9f

Browse files
committed
Try rename workflow to get job unstuck
There's a stuck workflow run that cannot be force cancelled, this might help.
1 parent 4cd2555 commit 5442f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccm-integration-tests.yml renamed to .github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# Instead we ensure that only one integration test per supported version
151151
# is run at any given time.
152152
concurrency:
153-
group: integration-${{ matrix.kubernetes }}
153+
group: integration-tests-${{ matrix.kubernetes }}
154154

155155
steps:
156156
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)