Skip to content

Commit

Permalink
fix: Deleted concurrency in deploy gh
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioEmmmanuel authored Jun 2, 2024
1 parent f29712d commit 26d1318
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 @@ env:
NEXTAUTH_URL: https://d8vd0r6uuds8z.cloudfront.net
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.run_number }}
cancel-in-progress: false

jobs:
deploy:
name: deploy
Expand Down

0 comments on commit 26d1318

Please sign in to comment.