File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 schedule :
99 - cron : ' 0 0 * * *' # This runs the workflow every day at 12:00 AM UTC
1010 workflow_dispatch : {}
11- # TEMPORARY (do not merge): copy-pr-bot mirrors the PR to pull-request/<n>
12- # on NVIDIA/cuda-python; a push event reads this workflow from that commit.
13- # Same trigger as ci.yml / #2426. Revert before merge.
14- push :
15- branches :
16- - " pull-request/[0-9]+"
17-
18- # One run per ref so a force-push does not queue another A100 job.
19- concurrency :
20- group : ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
21- cancel-in-progress : true
2211
2312env :
2413 PY_VER : " 3.14"
@@ -573,7 +562,6 @@ jobs:
573562 include-hidden-files : true
574563
575564 - name : Deploy to gh-pages
576- if : ${{ !startsWith(github.ref, 'refs/heads/pull-request/') }}
577565 uses : JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
578566 with :
579567 git-config-name : cuda-python-bot
You can’t perform that action at this time.
0 commit comments