Skip to content

Commit a8e1464

Browse files
committed
Fix missing checks in merge queue
1 parent 955118b commit a8e1464

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
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

0 commit comments

Comments
 (0)