Skip to content

Commit

Permalink
run deps check every week
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Jul 31, 2024
1 parent 9098f72 commit 0f502ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Monthly Deps Check
name: Weekly Deps Check

on:
schedule:
# At 01:19 on day-of-month 20
- cron: "19 1 20 * *"
# At 01:19 on Tuesday
- cron: "19 1 * * Tue"

jobs:
build:
Expand Down

0 comments on commit 0f502ba

Please sign in to comment.