Skip to content

Commit

Permalink
chore: fix github action yaml (#753)
Browse files Browse the repository at this point in the history
yaml is hard.
  • Loading branch information
ricardomaraschini authored Jul 3, 2024
1 parent 8593d60 commit 36540cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mirror-helm-charts.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update Addons
on:
schedule:
# everyday at 1 o'clock.
- cron: '0 1 * * *'
workflow_dispatch: {}
schedule:
# everyday at 1 o'clock.
- cron: '0 1 * * *'
workflow_dispatch: {}
jobs:
build:
name: Build
Expand Down

0 comments on commit 36540cf

Please sign in to comment.