mirror of
https://github.com/github/codeql-action
synced 2026-06-10 20:01:39 +03: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: javascript-source-root-${{ github.ref }}
|
||||
group: javascript-source-root-${{github.ref}}
|
||||
jobs:
|
||||
javascript-source-root:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user