Skip to content

Commit

Permalink
Update nightly release schedule (#19048)
Browse files Browse the repository at this point in the history
This commit moves the iree nightly wheel release to start at 10 PM PST
which should mean the wheels are available by 2 AM PST. This allows
nightly testing of projects that depend on IREE to use the latest
commits instead of a one-day delay.
  • Loading branch information
saienduri authored Nov 6, 2024
1 parent 41ed8c0 commit 92ac1b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/schedule_candidate_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Schedule candidate release

on:
# Scheduled for 10:00 PM PST
schedule:
- cron: "0 10 * * *"
- cron: "0 5 * * *"

workflow_dispatch:
inputs:
Expand Down

0 comments on commit 92ac1b2

Please sign in to comment.