Skip to content

Commit 1946614

Browse files
authored
Add changes required to enable merge queue (#216)
* Add changes required to enable merge queue * Fix branch name * Update accuracy pipeline
1 parent 955118b commit 1946614

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: test_accuracy
22
permissions: read-all
3-
on: pull_request
3+
on:
4+
pull_request:
5+
merge_group:
6+
branches:
7+
- master
48
concurrency:
59
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
610
cancel-in-progress: true

.github/workflows/test_precommit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: test_precommit
22
permissions: read-all
3-
on: pull_request
3+
on:
4+
pull_request:
5+
merge_group:
6+
branches:
7+
- master
48
concurrency:
59
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
610
cancel-in-progress: true

0 commit comments

Comments
 (0)