mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 17:52:19 +00:00
Update new CCR workflow
This commit is contained in:
4
.github/workflows/__ccr.yml
generated
vendored
4
.github/workflows/__ccr.yml
generated
vendored
@@ -28,8 +28,8 @@ defaults:
|
||||
run:
|
||||
shell: bash
|
||||
concurrency:
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' || false }}
|
||||
group: ccr-${{github.ref}}
|
||||
jobs:
|
||||
ccr:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user