File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches : [ master ]
88 pull_request :
9- types : [ready_for_review ]
9+ types : [labeled ]
1010 branches : [ master ]
1111
1212 # Allows you to run this workflow manually from the Actions tab
1616jobs :
1717 # This workflow contains a single job called "build"
1818 test :
19+ if : github.event_name != 'pull_request' || github.event.label.name == 'safe-to-test'
20+
1921 # The type of runner that the job will run on
20- runs-on : self-hosted
22+ runs-on : [ self-hosted, kratos-runner]
2123
2224 env :
2325 GITHUB_ACTION : true
4143 mkdir /gid/problemtypes
4244 mv $GITHUB_WORKSPACE/kratos.gid /gid/problemtypes/
4345
46+ - name : Check actor is trusted
47+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
48+ run : echo "Safe to run"
49+
4450 # start the tester thing
4551 - name : Tester
4652 run : |
You can’t perform that action at this time.
0 commit comments