Skip to content

Commit

Permalink
workflows: change weekly date
Browse files Browse the repository at this point in the history
Change the weekly date to have a badge sooner than yesterday.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed May 31, 2023
1 parent 5c67f88 commit c02fb91
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 22 * * SAT
- cron: 0 11 * * 3

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 22 * * SAT
- cron: 0 11 * * 3

jobs:
CI:
Expand Down

0 comments on commit c02fb91

Please sign in to comment.