Skip to content

Commit 0ef3876

Browse files
committed
Add/Update designated workflow file (update-copyright-headers.yaml)
1 parent 6aa2530 commit 0ef3876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-copyright-headers.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Update Copyright Headers
22

33
on:
4-
# Runs at 00:00 UTC on Jan 3rd or via manual trigger
4+
# Runs at 00:00 UTC on Jan 4th or via manual trigger
55
schedule:
6-
- cron: '0 0 3 1 *'
6+
- cron: '0 0 4 1 *'
77
workflow_dispatch:
88
inputs:
99
newYear:

0 commit comments

Comments
 (0)