Skip to content

Commit

Permalink
Change nightly trigger schedule (#2593)
Browse files Browse the repository at this point in the history
b/329531899
  • Loading branch information
isarkis authored Mar 14, 2024
1 parent e0f7125 commit 8a001cb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/*
schedule:
# GMT timezone.
- cron: '0 4 * * *'
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/evergreen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/*
schedule:
# GMT timezone.
- cron: '0 5 * * *'
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/*
schedule:
# GMT timezone.
- cron: '0 4 * * *'
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nightly_trigger
on:
schedule:
# GMT timezone.
- cron: '30 4 * * *'
- cron: '0 9 * * *'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_trigger_24.lts.1+.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nightly_trigger_24.lts.1+
on:
schedule:
# GMT timezone.
- cron: '30 5 * * *'
- cron: '0 10 * * *'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspi-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/*
schedule:
# GMT timezone.
- cron: '0 4 * * *'
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/*
schedule:
# GTM timezone.
- cron: '0 4 * * *'
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xb1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/*
schedule:
# GTM timezone.
- cron: '0 4 * * *'
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
Expand Down

0 comments on commit 8a001cb

Please sign in to comment.