Skip to content

Commit 8920557

Browse files
Merge branch 'master' into ashwin/add_mypy
2 parents e809f4e + 1946614 commit 8920557

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)