Skip to content

Commit

Permalink
fix: dont start multiple builders (#6437)
Browse files Browse the repository at this point in the history
Something happened here recently. Have to look into why multiple
builders might be starting, but most likely this was just hit at the
same time
  • Loading branch information
ludamad authored May 15, 2024
1 parent ce0ae6d commit d67ab1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/setup-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ on:
DOCKERHUB_PASSWORD:
required: true

concurrency:
group: ci-${{ inputs.username }}-${{ inputs.runner_type }}-${{ inputs.runner_action }}
env:
DOCKERHUB_PASSWORD: "${{ secrets.DOCKERHUB_PASSWORD }}"
RUN_ID: ${{ github.run_id }}
Expand Down Expand Up @@ -79,4 +81,4 @@ jobs:
uses: ./.github/ensure-builder
with:
runner_action: ${{ inputs.runner_action }}
runner_type: ${{ inputs.runner_type }}
runner_type: ${{ inputs.runner_type }}

0 comments on commit d67ab1c

Please sign in to comment.