This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Changes schedules for better EST time
main
Eric Amodio
4 years ago
parent
2dc949b6c3
commit
1e8570321f
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/cd-insiders.yml
+1
-1
.github/workflows/issues-lock.yml
+1
-1
.github/workflows/issues-stale.yml
+ 1
- 1
.github/workflows/cd-insiders.yml
View File
@ -2,7 +2,7 @@ name: Publish Insiders
on
:
schedule:
-
cron
:
'0
6 * * *'
# every day at 6am
-
cron
:
'0
9 * * *'
# every day at 4am EST
workflow_dispatch:
jobs:
+ 1
- 1
.github/workflows/issues-lock.yml
View File
@ -2,7 +2,7 @@ name: 'Lock closed issues'
on
:
schedule:
-
cron
:
'30
1
* * *'
-
cron
:
'30
5
* * *'
workflow_dispatch:
jobs:
+ 1
- 1
.github/workflows/issues-stale.yml
View File
@ -2,7 +2,7 @@ name: 'Close stale issues'
on
:
schedule:
-
cron
:
'00
1
* * *'
-
cron
:
'00
5
* * *'
workflow_dispatch:
jobs:
Write
Preview
Loading…
Cancel
Save