File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 - cron : 0 0 * * *
66 push :
77 tags :
8- # NOTE: Doc build pipelines should only get triggered on release candidate builds
8+ # Final Release tags look like: v1.11.0
9+ - v[0-9]+.[0-9]+.[0-9]+
910 # Release candidate tags look like: v1.11.0-rc1
1011 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1112 - ciflow/nightly/*
4748 runner_prefix : " ${{ needs.get-label-type.outputs.label-type }}"
4849 build-environment : linux-jammy-py3.9-gcc11
4950 docker-image : ${{ needs.docs-build.outputs.docker-image }}
50- push : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || startsWith(github.event.ref, 'refs/tags/v') }}
51+ push : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || ( startsWith(github.event.ref, 'refs/tags/v') && !contains(github.event.ref, 'rc') ) }}
5152 run-doxygen : true
5253 secrets :
5354 GH_PYTORCHBOT_TOKEN : ${{ secrets.GH_PYTORCHBOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments