Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change: Disable scheduled releases #428

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
change: Disable scheduled releases
claytonparnell committed May 28, 2024
commit 6c7aa8836a2882ff1ecc94734ec60d756aa4111d
4 changes: 2 additions & 2 deletions .github/workflows/monthly-minor-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Generate monthly minor release(s)
on:
# Run first day of the month at 8AM PST / 9AM PDT
schedule:
- cron: '0 16 1 * *'
#schedule:
# - cron: '0 16 1 * *'
jobs:
generate-version-matrix:
name: Generate version matrix
4 changes: 2 additions & 2 deletions .github/workflows/weekly-patch-release.yml
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ name: Generate weekly patch release(s)
on:
# Run every Monday at 6AM PST / 7AM PDT
# Run before monthly, so we don't immediately patch a new minor version
schedule:
- cron: '0 14 * * MON'
#schedule:
# - cron: '0 14 * * MON'
jobs:
generate-version-matrix:
name: Generate-matrix