Skip to content

Commit

Permalink
workflows: add some concurrency groups for dispatch jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 13, 2023
1 parent 7434d4b commit ad3bd80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dispatch-build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ env:
HOMEBREW_NO_INSTALL_FROM_API: 1
RUN_URL: ${{github.event.repository.html_url}}/actions/runs/${{github.run_id}}

# Intentionally the same as dispatch-rebottle
concurrency: bottle-${{ github.event.inputs.formula }}

permissions:
contents: read

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dispatch-rebottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on:
default: true
required: false

# Intentionally the same as dispatch-build-bottle
concurrency: bottle-${{ github.event.inputs.formula }}

permissions:
contents: read

Expand Down

0 comments on commit ad3bd80

Please sign in to comment.