We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955118b commit 1946614Copy full SHA for 1946614
.github/workflows/test_accuracy.yml
@@ -1,6 +1,10 @@
1
name: test_accuracy
2
permissions: read-all
3
-on: pull_request
+on:
4
+ pull_request:
5
+ merge_group:
6
+ branches:
7
+ - master
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
cancel-in-progress: true
.github/workflows/test_precommit.yml
name: test_precommit
0 commit comments