Skip to content

Commit

Permalink
Make job daily
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Apr 4, 2024
1 parent 1ae460b commit 9d763f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update schedule.yaml
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' # Every monday
- cron: '0 0 * * *' # daily
jobs:
create-pull-request:
name: Create PR (if required)
Expand Down

0 comments on commit 9d763f1

Please sign in to comment.