File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525
2626jobs :
2727 premerge-checks-linux :
28- name : Linux Premerge Checks (Experimental )
28+ name : Linux Premerge Checks (Test Only - Please Ignore Results )
2929 if : >-
3030 github.repository_owner == 'llvm' &&
3131 (github.event_name != 'pull_request' || github.event.action != 'closed')
8484 ./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
8585
8686 premerge-checks-windows :
87- name : Windows Premerge Checks (Experimental )
87+ name : Windows Premerge Checks (Test Only - Please Ignore Results )
8888 if : >-
8989 github.repository_owner == 'llvm' &&
9090 (github.event_name != 'pull_request' || github.event.action != 'closed')
You can’t perform that action at this time.
0 commit comments