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 b4c32f5 commit 1e558ecCopy full SHA for 1e558ec
.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
0 commit comments