Skip to content

Commit

Permalink
Enable the release schedule in github actions (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhoyos authored Nov 25, 2024
1 parent 4711c9c commit c22e52b
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
@@ -1,9 +1,9 @@
name: Release

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

0 comments on commit c22e52b

Please sign in to comment.