Skip to content

Commit

Permalink
workflows: correct weekly ci schedule
Browse files Browse the repository at this point in the history
Put weekly CI to schedule every saturday night.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed May 31, 2023
1 parent 3a5cccb commit 9f5b115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

on:
schedule:
- cron: '0 * * * *'
- cron: '30 22 * * 6'

jobs:
ansible-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-yocto-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

on:
schedule:
- cron: '0 * * * *'
- cron: '30 22 * * 6'

jobs:
CI:
Expand Down

0 comments on commit 9f5b115

Please sign in to comment.