Skip to content

Commit

Permalink
GA: adjust weekly release time
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed May 5, 2024
1 parent a7507ae commit fbdaa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy Release (Weekly)

on:
schedule:
# Run every sunday at 11:30 PM
- cron: '30 23 * * 0'
# Run every sunday at 16:00 UTC (6 PM CET)
- cron: '0 16 * * 0'

jobs:
deploy-release:
Expand Down

0 comments on commit fbdaa00

Please sign in to comment.