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:
+2
-1
@@ -49,7 +49,8 @@ defaults:
|
||||
shell: bash
|
||||
concurrency:
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' || false }}
|
||||
group: all-platform-bundle-${{ github.ref }}
|
||||
group:
|
||||
all-platform-bundle-${{github.ref}}-${{inputs.go-version}}-${{inputs.dotnet-version}}
|
||||
jobs:
|
||||
all-platform-bundle:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user