Skip to content

Commit

Permalink
Change pre-releases to happen weekly on Thursdays (#157)
Browse files Browse the repository at this point in the history
## Summary
Change pre-releases to happen weekly on Thursdays

## How was it tested?
Didn't test.
  • Loading branch information
loreto authored Sep 21, 2022
1 parent bbe3c2b commit 2fcbf1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ on:
required: false
default: false
type: boolean
# Nightly releases
schedule:
- cron: "45 8 * * 1-5"
- cron: "45 8 * * 4" # Weekly pre-release on Thursdays.
push:
tags:
- "*" # Tags that trigger a new release version
Expand Down

0 comments on commit 2fcbf1d

Please sign in to comment.