Skip to content

Commit

Permalink
Update merge queue logic (#2554)
Browse files Browse the repository at this point in the history
* update merge queue logic

* remove space
  • Loading branch information
pablodanswer authored Sep 24, 2024
1 parent ba38dec commit c59d1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-quality-checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Quality Checks PR
concurrency:
group: Quality-Checks-PR-${{ github.head_ref }}
group: Quality-Checks-PR-${{ github.workflow }}-${{ github.head_ref || github.event.workflow_run.head_branch || github.run_id }}
cancel-in-progress: true

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-it.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Integration Tests
concurrency:
group: Run-Integration-Tests-${{ github.head_ref }}
group: Run-Integration-Tests-${{ github.workflow }}-${{ github.head_ref || github.event.workflow_run.head_branch || github.run_id }}
cancel-in-progress: true

on:
Expand Down

0 comments on commit c59d1ff

Please sign in to comment.