Skip to content

Commit

Permalink
[github actions] delay release until 8am
Browse files Browse the repository at this point in the history
For why this is being done, see #233 (comment)
  • Loading branch information
jmazzitelli committed Nov 20, 2023
1 parent 27907e2 commit bf06ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
schedule:
# Every Monday at 07:00 (UTC)
- cron: '00 7 * * MON'
# Every Monday at 08:00 (UTC) - try to make sure it happens after all Kiali-related images are released
- cron: '00 8 * * MON'
workflow_dispatch:
inputs:
release_type:
Expand Down

0 comments on commit bf06ca0

Please sign in to comment.