Skip to content

Commit

Permalink
change: Disable scheduled releases (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonparnell authored May 31, 2024
1 parent 6825fbe commit 2d3657e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/weekly-patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d3657e

Please sign in to comment.