Skip to content

Commit

Permalink
feat: run the dependencies-management action every 2 weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed May 29, 2024
1 parent ccff31b commit 7a154bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name: Dependencies management

on:
schedule:
# Run each Sunday at mid day
- cron: 00 12 * * 0
# Run every 2 weeks on Sunday at mid day UTC
- cron: 00 12 */14 * 0

workflow_dispatch:

Expand Down

0 comments on commit 7a154bf

Please sign in to comment.