Skip to content

Commit

Permalink
Remove E2E Concurrency Group To Unblock Pipelines (#13370)
Browse files Browse the repository at this point in the history
* Change concurrency group name to see if that fixes cancel issues in github

* make concurrency group even more unique

* remove ref to see if slashes could have been the issue

* remove concurrency group alltogether
  • Loading branch information
tateexon authored May 30, 2024
1 parent 21f38e5 commit 56320dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ on:
type: string

# Only run 1 of this workflow at a time per PR
concurrency:
group: integration-tests-chainlink-${{ github.ref }}-${{ inputs.distinct_run_name }}
cancel-in-progress: true
# concurrency:
# group: integration-tests-chainlink-${{ github.sha }}-${{ github.run_id }}-${{ inputs.distinct_run_name }}
# cancel-in-progress: true

env:
# for run-test variables and environment
Expand Down

0 comments on commit 56320dd

Please sign in to comment.