Skip to content

Commit 7b4faff

Browse files
committed
ci: drop temporary smoke-test branch hook (release is tag-driven)
1 parent 48d0bc3 commit 7b4faff

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@ name: release
2525
on:
2626
push:
2727
tags: ['v*']
28-
# TEMPORARY (smoke-test phase): auto-run on every push to v0.1.0 so we
29-
# don't need the "Run workflow" UI button (which is only visible when
30-
# the workflow file exists on the default branch). REMOVE this
31-
# `branches:` block before cutting the real v0.1.0 tag — otherwise
32-
# every commit on the branch will burn ~1–2h of CI time.
33-
branches: ['v0.1.0']
34-
workflow_dispatch: # manual trigger from the Actions tab (only
35-
# shown once this workflow lands on `main`)
28+
workflow_dispatch: # manual trigger from the Actions tab
3629

3730
env:
3831
RAPIDS_CUDA_VERSION: "12.9"

0 commit comments

Comments
 (0)