File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -260,11 +260,10 @@ jobs:
260260 run : aws s3 cp MeshLib.nupkg 's3://test-artifacts-git/MeshLib.nupkg' --quiet
261261
262262 windows-unity-test :
263- if : ${{ needs.config.outputs.run_unity_nuget_test == 'true' }}
264263 needs :
265- - config
266- - windows-build-test
267264 - create-nuget-package
265+ - windows-build-test
266+ if : ${{ github.event_name == 'schedule' }} // triggered by schedule
268267 uses : ./.github/workflows/unity-nuget-test.yml
269268
270269 upload-distributions :
Original file line number Diff line number Diff line change 4444 upload_test_artifacts :
4545 description :
4646 value : ${{ jobs.prepare-config.outputs.tag-upload-test-artifacts == 'true' }}
47- run_unity_nuget_test :
48- description : " expression to run unity-nuget-test.yml"
49- value : ${{ github.event_name == 'schedule' || jobs.prepare-config.outputs.tag-full-ci == 'true' }}
5047 test_pip_build :
5148 description :
5249 value : ${{ jobs.prepare-config.outputs.tag-test-pip-build == 'true' }}
9491 tag-disable-fedora : ${{ contains( github.event.pull_request.labels.*.name, 'disable-build-fedora' ) }}
9592 tag-disable-macos : ${{ contains( github.event.pull_request.labels.*.name, 'disable-build-macos' ) }}
9693 tag-disable-emscripten : ${{ contains( github.event.pull_request.labels.*.name, 'disable-build-emscripten' ) }}
97- # expressions for running workflows
98- run-unity-nuget-test : ${{ contains( github.event.pull_request.labels.*.name, 'run-unity-nuget-test' ) }}
9994
10095 runs-on : aws-micro
10196
@@ -105,7 +100,6 @@ jobs:
105100 upload_artifacts : ${{ github.event_name == 'push' || contains( github.event.pull_request.labels.*.name, 'full-ci' ) }}
106101 version_namespace : ${{ contains( github.event.pull_request.labels.*.name, 'full-ci' ) && github.event_name != 'push' && 'pr-test' || '' }}
107102
108-
109103 steps :
110104 - name : Checkout
111105 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments