We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27c70a commit 22e17ffCopy full SHA for 22e17ff
.github/workflows/code-checks.yml
@@ -166,7 +166,7 @@ jobs:
166
167
concurrency:
168
# https://github.community/t/concurrecy-not-work-for-push/183068/7
169
- group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-pre-commit
+ group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-build_docker_dev_environment
170
cancel-in-progress: true
171
172
steps:
0 commit comments