schedule the arm64 related workflow nightly
Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
0f919ccd8c
commit
974679fb34
6
.github/workflows/e2e-arm64-nightly.yaml
vendored
6
.github/workflows/e2e-arm64-nightly.yaml
vendored
@ -7,12 +7,6 @@ on:
|
||||
schedule:
|
||||
- cron: '30 1 * * *' # runs daily at 1:30 am.
|
||||
|
||||
# @alexellis
|
||||
# Temporary triggers requested by @ahrtr, remove after merging
|
||||
# PR: 16801
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
# workflow_dispatch enables manual testing of this job by maintainers
|
||||
workflow_dispatch:
|
||||
|
||||
|
6
.github/workflows/robustness-nightly.yaml
vendored
6
.github/workflows/robustness-nightly.yaml
vendored
@ -10,12 +10,6 @@ on:
|
||||
# workflow_dispatch enables manual testing of this job by maintainers
|
||||
workflow_dispatch:
|
||||
|
||||
# @alexellis
|
||||
# Temporary triggers requested by @ahrtr, remove after merging
|
||||
# PR: 16801
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
# GHA has a maximum amount of 6h execution time, we try to get done within 3h
|
||||
|
Loading…
Reference in New Issue
Block a user