Skip to content

Commit

Permalink
Remove concurrency as we want record of builds from merged PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelclapham authored Sep 7, 2024
1 parent 86fa5e0 commit 7ac5092
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ permissions:
contents: read
pull-requests: read

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
deploy:
runs-on: ["ubuntu-latest"]
Expand Down

0 comments on commit 7ac5092

Please sign in to comment.