mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-13 05:10:13 +02:00
Update merge queue logic (#2554)
* update merge queue logic * remove space
This commit is contained in:
parent
ba38dec592
commit
c59d1ff0a5
2
.github/workflows/pr-quality-checks.yml
vendored
2
.github/workflows/pr-quality-checks.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Quality Checks PR
|
name: Quality Checks PR
|
||||||
concurrency:
|
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
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
2
.github/workflows/run-it.yml
vendored
2
.github/workflows/run-it.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Run Integration Tests
|
name: Run Integration Tests
|
||||||
concurrency:
|
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
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user