mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
Include input values in concurrency groups
This commit is contained in:
+2
-1
@@ -59,7 +59,8 @@ defaults:
|
||||
shell: bash
|
||||
concurrency:
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' || false }}
|
||||
group: analyze-ref-input-${{ github.ref }}
|
||||
group:
|
||||
analyze-ref-input-${{github.ref}}-${{inputs.go-version}}-${{inputs.python-version}}-${{inputs.dotnet-version}}
|
||||
jobs:
|
||||
analyze-ref-input:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user