Skip to content

Commit

Permalink
chore(ci): cancel-in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Feb 22, 2024
1 parent 79e361c commit 1afc8c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
build-t3-app:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1afc8c8

Please sign in to comment.