Skip to content

Commit

Permalink
[ci] Fix prereleases reusable workflow
Browse files Browse the repository at this point in the history
Turns out I had configured the reusable workflow with the wrong `on`
command.

Also removes the workflow_dispatch config from the nightly workflow as
that was not meant to be triggered manually.

ghstack-source-id: 426d07279d1a2b106918fbf662d4c64e169f1ef7
Pull Request resolved: #30498
  • Loading branch information
poteto committed Jul 29, 2024
1 parent a6b5ed0 commit 03072a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/runtime_prereleases.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: (Runtime) Publish Prereleases

on:
workflow_dispatch:
workflow_call:
inputs:
commit_sha:
required: true
default: ''
type: string
release_channel:
required: true
type: choice
options:
- stable
- experimental
type: string
dist_tag:
required: true
type: string
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/runtime_prereleases_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
schedule:
# At 10 minutes past 16:00 on Mon, Tue, Wed, Thu, and Fri
- cron: 10 16 * * 1,2,3,4,5
workflow_dispatch:
inputs:
prerelease_commit_sha:
required: false

env:
TZ: /usr/share/zoneinfo/America/Los_Angeles
Expand Down

0 comments on commit 03072a7

Please sign in to comment.