File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
44
"npm-package-arg" : " ^9.0.1" ,
45
45
"proc-log" : " ^2.0.0" ,
46
46
"semver" : " ^7.3.5" ,
47
- "yaml" : " ^2.0.0-10 "
47
+ "yaml" : " ^2.0.0-11 "
48
48
},
49
49
"files" : [
50
50
" bin/" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ updates:
133
133
name: Audit
134
134
135
135
on:
136
- workflow_dispatch: null
136
+ workflow_dispatch:
137
137
schedule:
138
138
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
139
139
- cron: "0 1 * * 1"
@@ -163,7 +163,7 @@ jobs:
163
163
name: CI
164
164
165
165
on:
166
- workflow_dispatch: null
166
+ workflow_dispatch:
167
167
pull_request:
168
168
branches:
169
169
- '*'
@@ -612,7 +612,7 @@ updates:
612
612
name: Audit
613
613
614
614
on:
615
- workflow_dispatch: null
615
+ workflow_dispatch:
616
616
schedule:
617
617
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
618
618
- cron: "0 1 * * 1"
@@ -642,7 +642,7 @@ jobs:
642
642
name: CI - bbb
643
643
644
644
on:
645
- workflow_dispatch: null
645
+ workflow_dispatch:
646
646
pull_request:
647
647
branches:
648
648
- '*'
@@ -735,7 +735,7 @@ jobs:
735
735
name: CI - @name/aaaa
736
736
737
737
on:
738
- workflow_dispatch: null
738
+ workflow_dispatch:
739
739
pull_request:
740
740
branches:
741
741
- '*'
@@ -828,7 +828,7 @@ jobs:
828
828
name: CI
829
829
830
830
on:
831
- workflow_dispatch: null
831
+ workflow_dispatch:
832
832
pull_request:
833
833
branches:
834
834
- '*'
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ The repo file audit.yml needs to be updated:
353
353
name: Audit
354
354
355
355
on:
356
- workflow_dispatch: null
356
+ workflow_dispatch:
357
357
schedule:
358
358
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
359
359
- cron: "0 1 * * 1"
You can’t perform that action at this time.
0 commit comments