Skip to content

Commit

Permalink
Merge pull request #1335 from Avaiga/feature/run-dependencies-mgt-eve…
Browse files Browse the repository at this point in the history
…ry-2-weeks

Feature - Run the dependencies-management action every 2 weeks
  • Loading branch information
trgiangdo authored May 29, 2024
2 parents 69ad92c + 7a154bf commit 6ecc942
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 6ecc942

Please sign in to comment.