1 parent 90b1cd9 commit ea7d2baCopy full SHA for ea7d2ba
1 file changed
.github/workflows/generate-index-from-release.yaml
@@ -1,12 +1,6 @@
1
name: Wheels Index
2
3
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
-
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
12
0 commit comments