Skip to content

Commit

Permalink
Run releaser action only once a week
Browse files Browse the repository at this point in the history
Signed-off-by: Mirco Hacker <mirco.hacker@codecentric.de>
  • Loading branch information
mircohacker committed Jan 12, 2022
1 parent 13fa573 commit 7eb72ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release charts
on:
push:
branches:
- master
paths:
- 'charts/**'
# push:
# branches:
# - master
# paths:
# - 'charts/**'
schedule:
# each hour
- cron: '0 * * * *'
# every friday at 4 o'clock
- cron: '0 16 * * 5'
workflow_dispatch:
jobs:
keycloak:
Expand Down

0 comments on commit 7eb72ba

Please sign in to comment.