Skip to content

Commit 5716d44

Browse files
committed
chore: setup cron for testing, add first tuesday of the month
1 parent aef3dbb commit 5716d44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/activate-unl.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Activate UNL
22

33
on:
44
schedule:
5+
# - cron: '0 15 1-7 * 2' # FIRST TUESDAY OF THE MONTH => minute 0, hour 15, day-of-month 1–7, any month, weekday=Tue(2)
6+
# test crons:
7+
- cron: "0 15 * * 1-5" # 15:00 UTC, Monday through Friday
58
# - cron: '0 15 * * *' # once per day at 15:00 UTC
6-
- cron: "*/30 * * * *" # every 30 minutes
9+
# - cron: "*/30 * * * *" # every 30 minutes
710
workflow_dispatch: # allow manual trigger too
811

912
permissions:

0 commit comments

Comments
 (0)