Skip to content

Commit

Permalink
Updated cron
Browse files Browse the repository at this point in the history
  • Loading branch information
stolyarenkoks committed Jan 9, 2025
1 parent 1613a58 commit 9b611ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/license-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: license-update

on:
schedule:
- cron: '0 20 * * 5' # Every Friday at 8 PM
- cron: '0 21 * * 5#2' # 2nd Friday of the month at 9 PM
- cron: '0 22 * * 5#4' # 4th Friday of the month at 10 PM
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9b611ee

Please sign in to comment.