Skip to content

Commit

Permalink
fix(lib-ci): let caller determine concurrency :)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk de Visser <github@dirkdevisser.nl>
  • Loading branch information
dirkdev98 committed Jul 8, 2024
1 parent 92d45ad commit 58151d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lib-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ on:
jobs:
ci:
runs-on: ${{ inputs.runner }}
concurrency:
group: |
${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }} (${{ inputs.node-version }}-${{ inputs.runner }}-${{ inputs.main-command }}-${{ inputs.command }})
cancel-in-progress: true
if:
${{ (inputs.main-command != '' && github.event.ref == 'refs/heads/main') ||
inputs.command != '' }}
Expand Down

0 comments on commit 58151d2

Please sign in to comment.