Skip to content

Commit ea7d2ba

Browse files
authored
Update workflow to remove release triggers
Removed workflow_run trigger for new releases.
1 parent 90b1cd9 commit ea7d2ba

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/generate-index-from-release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Wheels Index
22

33
on:
4-
# Trigger on new release
5-
workflow_run:
6-
workflows: ["Release", "Build Wheels (CUDA)", "Build Wheels (Metal)", "Build Wheels (Vulkan)", "Build Wheels (ROCm)"]
7-
types:
8-
- completed
9-
104
# Allows you to run this workflow manually from the Actions tab
115
workflow_dispatch:
126

0 commit comments

Comments
 (0)