Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Update cron to check update dependencies.

[skip_ci]
  • Loading branch information
josesimoes authored Dec 27, 2022
1 parent 2b91c79 commit 0ffe52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Daily update dependencies

on:
schedule:
# At 00:30 UTC every Mon Thu.
- cron: '00 30 * * Mon,Thu'
# At 00:30 UTC.
- cron: '30 00 * * Mon,Thu'
repository_dispatch:
types: update-dependencies

Expand Down

0 comments on commit 0ffe52b

Please sign in to comment.