Skip to content

Commit

Permalink
Run the releaser action each hour in order to gauge the reliability o…
Browse files Browse the repository at this point in the history
…f the schedule

Signed-off-by: Mirco Hacker <mirco.hacker@codecentric.de>
  • Loading branch information
mircohacker committed Dec 23, 2021
1 parent c4daa89 commit 13fa573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths:
- 'charts/**'
schedule:
- cron: '*/5 * * * *'
# each hour
- cron: '0 * * * *'
workflow_dispatch:
jobs:
keycloak:
Expand Down

0 comments on commit 13fa573

Please sign in to comment.