Skip to content

Commit

Permalink
feat(action): update schedule with 1,15 of month
Browse files Browse the repository at this point in the history
the check update dependencies will run on the first and the 15th day of the month
  • Loading branch information
Wabri committed Mar 5, 2024
1 parent 46870f2 commit de8b054
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check_outdated_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

name: Check outdated dependencies

on: workflow_dispatch
on:
schedule:
- cron: '0 7 1,15 * *'

workflow_dispatch:

jobs:
check_outdate_dependencies:
Expand Down

0 comments on commit de8b054

Please sign in to comment.