Skip to content

Commit

Permalink
Add groupSuffix param (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kovalov <[email protected]>
  • Loading branch information
cristaloleg authored Mar 1, 2024
1 parent d477b2b commit ee149b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ on:
default: '1'
required: false
type: string
groupSuffix:
description: 'Concurrency group suffix to allow multiple jobs'
default: ''
required: false
type: string

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}${{ inputs.groupSuffix }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit ee149b4

Please sign in to comment.