Skip to content

Commit

Permalink
workflows: change schedule time to create badges
Browse files Browse the repository at this point in the history
The last badges were not created properly. Change the schedule time to
re-generate them.

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

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

jobs:
CI:
Expand Down

0 comments on commit 55b0bc2

Please sign in to comment.