File tree 7 files changed +21
-0
lines changed
7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 22
22
- " **/go.mod"
23
23
- " **/go.sum"
24
24
- " **.go"
25
+ schedule :
26
+ # Run periodically to catch breakage caused by external changes.
27
+ - cron : " 0 7 * * WED"
25
28
workflow_dispatch :
26
29
repository_dispatch :
27
30
Original file line number Diff line number Diff line change 26
26
- " [lL][iI][cC][eE][nN][cCsS][eE]*"
27
27
- " [oO][fF][lL]*"
28
28
- " [pP][aA][tT][eE][nN][tT][sS]*"
29
+ schedule :
30
+ # Run periodically to catch breakage caused by external changes.
31
+ - cron : " 0 6 * * WED"
29
32
workflow_dispatch :
30
33
repository_dispatch :
31
34
Original file line number Diff line number Diff line change 32
32
- " docsgen/**"
33
33
- " ruledocsgen/**"
34
34
- " **.go"
35
+ schedule :
36
+ # Run periodically to catch breakage caused by external changes.
37
+ - cron : " 0 5 * * WED"
35
38
workflow_dispatch :
36
39
repository_dispatch :
37
40
Original file line number Diff line number Diff line change 196
196
- " **.rviz"
197
197
- " **.sublime-syntax"
198
198
- " **.syntax"
199
+ schedule :
200
+ # Run periodically to catch breakage caused by external changes.
201
+ - cron : " 0 4 * * WED"
199
202
workflow_dispatch :
200
203
repository_dispatch :
201
204
Original file line number Diff line number Diff line change 28
28
- " Taskfile.ya?ml"
29
29
- " **/tox.ini"
30
30
- " **.py"
31
+ schedule :
32
+ # Run periodically to catch breakage caused by external changes.
33
+ - cron : " 0 8 * * WED"
31
34
workflow_dispatch :
32
35
repository_dispatch :
33
36
Original file line number Diff line number Diff line change 30
30
- " poetry.lock"
31
31
- " pyproject.toml"
32
32
- " tests/**"
33
+ schedule :
34
+ # Run periodically to catch breakage caused by external changes.
35
+ - cron : " 0 10 * * WED"
33
36
workflow_dispatch :
34
37
repository_dispatch :
35
38
Original file line number Diff line number Diff line change 26
26
- " Taskfile.ya?ml"
27
27
- " **.go"
28
28
- " **/testdata/**"
29
+ schedule :
30
+ # Run periodically to catch breakage caused by external changes.
31
+ - cron : " 0 11 * * WED"
29
32
workflow_dispatch :
30
33
repository_dispatch :
31
34
You can’t perform that action at this time.
0 commit comments