Skip to content

Commit

Permalink
chore(build): add concurrency to the github workflow to conditionally…
Browse files Browse the repository at this point in the history
… queue builds.
  • Loading branch information
vegano1 committed May 15, 2024
1 parent fc82680 commit e371bac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
name: 'Building ${{needs.decide-refs.outputs.variant}} images on ${{ matrix.build_env }}'
timeout-minutes: 480
runs-on: ['self-hosted', '${{matrix.build_env}}', '${{needs.decide-refs.outputs.variant}}']
concurrency:
group: ${{needs.decide-refs.outputs.monorepo}} ${{needs.decide-refs.outputs.buildroot}} ${{needs.decide-refs.outputs.variant}} ${{needs.decide-refs.outputs.build-type}}
cancel-in-progress: false
steps:
- name: Set up vm requirements
run: |
Expand Down

0 comments on commit e371bac

Please sign in to comment.