Skip to content

Commit 23c883f

Browse files
committed
ci: restore nightly-only coverage trigger
Signed-off-by: Rui Luo <ruluo@nvidia.com>
1 parent 658bac5 commit 23c883f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ on:
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

2312
env:
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

0 commit comments

Comments
 (0)