mirror of
https://github.com/github/codeql-action.git
synced 2026-04-30 02:40:12 +00:00
Include input values in concurrency groups
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ defaults:
|
||||
shell: bash
|
||||
concurrency:
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' || false }}
|
||||
group: extractor-ram-threads-${{ github.ref }}
|
||||
group: extractor-ram-threads-${{github.ref}}
|
||||
jobs:
|
||||
extractor-ram-threads:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user