Skip to content

Commit 0b30867

Browse files
TrottBethGriggs
authored andcommittedSep 21, 2021
build: run AUTHORS update weekly
PR-URL: #40004 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 67bbfeb commit 0b30867

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/authors.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "authors update"
22
on:
3+
schedule:
4+
# Run once a week at 00:05 AM UTC on Sunday.
5+
- cron: '5 0 * * 0'
6+
37
workflow_dispatch:
48

59
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.