Skip to content

Commit

Permalink
Remove concurrency to ensure review apps are stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
DistroByte committed Jan 29, 2024
1 parent 19b4489 commit a676c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
pull_request:
types: [closed]

concurrency:
group: '${{ github.ref }}'
cancel-in-progress: true
#concurrency:
# group: '${{ github.ref }}'
# cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit a676c97

Please sign in to comment.