Skip to content

Commit 22e17ff

Browse files
committed
fix wrong group name
1 parent a27c70a commit 22e17ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
concurrency:
168168
# https://github.community/t/concurrecy-not-work-for-push/183068/7
169-
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-pre-commit
169+
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-build_docker_dev_environment
170170
cancel-in-progress: true
171171

172172
steps:

0 commit comments

Comments
 (0)