Browse Source

Changes schedules for better EST time

main
Eric Amodio 4 years ago
parent
commit
1e8570321f
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/cd-insiders.yml
  2. +1
    -1
      .github/workflows/issues-lock.yml
  3. +1
    -1
      .github/workflows/issues-stale.yml

+ 1
- 1
.github/workflows/cd-insiders.yml View File

@ -2,7 +2,7 @@ name: Publish Insiders
on: on:
schedule: schedule:
- cron: '0 6 * * *' # every day at 6am
- cron: '0 9 * * *' # every day at 4am EST
workflow_dispatch: workflow_dispatch:
jobs: jobs:

+ 1
- 1
.github/workflows/issues-lock.yml View File

@ -2,7 +2,7 @@ name: 'Lock closed issues'
on: on:
schedule: schedule:
- cron: '30 1 * * *'
- cron: '30 5 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

+ 1
- 1
.github/workflows/issues-stale.yml View File

@ -2,7 +2,7 @@ name: 'Close stale issues'
on: on:
schedule: schedule:
- cron: '00 1 * * *'
- cron: '00 5 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

Loading…
Cancel
Save