Skip to content

Commit

Permalink
Merge pull request #52 from lelia/use-weekly-cadence
Browse files Browse the repository at this point in the history
Use weekly cadence for workflow examples
  • Loading branch information
zkoppert authored Feb 20, 2024
2 parents 0eed870 + 053d469 commit 4fd2186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ name: Weekly dependabot checks
on:
workflow_dispatch:
schedule:
- cron: '3 2 1 * *'
- cron: '3 2 * * 6'

permissions:
issues: write
Expand All @@ -83,7 +83,7 @@ name: Weekly dependabot checks
on:
workflow_dispatch:
schedule:
- cron: '3 2 1 * *'
- cron: '3 2 * * 6'

permissions:
issues: write
Expand Down

0 comments on commit 4fd2186

Please sign in to comment.