Skip to content

Commit 515467a

Browse files
authored
Disable run on schedule for Manylinux 2014 wheels (triton-lang#5663)
Follow up after: triton-lang#5619 We want to keep this workflow run only on workflow_dispatch So that we don't end up promoting scheduled run to pypi
1 parent a37bbdd commit 515467a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/wheels_v2.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Wheels Build manylinux2014_x86_64
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: "20 2 * * *"
64

75
jobs:
86

0 commit comments

Comments
 (0)