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