Skip to content

Commit

Permalink
disabling nightly builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
John Oberhauser committed Apr 11, 2024
1 parent 13716d3 commit 266f037
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yml
@@ -1,9 +1,10 @@
name: nightly

# 0 7 is 1 AM CST
on:
schedule:
- cron: '0 7 * * *'
#TODO re-enable
#on:
# schedule:
# - cron: '0 7 * * *'

# Cancel in-progress/pending daily release workflows if a new one starts.
# When we merge PRs one after another quickly, we only need one release with the latest code.
Expand Down

0 comments on commit 266f037

Please sign in to comment.