Skip to content

Commit

Permalink
remove concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmylife committed Mar 28, 2024
1 parent 2f4d2a0 commit 4cf4d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ permissions:
contents: read
id-token: write

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

jobs:
resolve-versions:
Expand Down

0 comments on commit 4cf4d75

Please sign in to comment.