schedule the arm64 related workflow nightly

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang 2023-10-24 19:08:27 +01:00
parent 0f919ccd8c
commit 974679fb34
2 changed files with 0 additions and 12 deletions

View File

@ -7,12 +7,6 @@ on:
schedule: schedule:
- cron: '30 1 * * *' # runs daily at 1:30 am. - 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 enables manual testing of this job by maintainers
workflow_dispatch: workflow_dispatch:

View File

@ -10,12 +10,6 @@ on:
# workflow_dispatch enables manual testing of this job by maintainers # workflow_dispatch enables manual testing of this job by maintainers
workflow_dispatch: workflow_dispatch:
# @alexellis
# Temporary triggers requested by @ahrtr, remove after merging
# PR: 16801
push:
pull_request:
jobs: jobs:
main: main:
# GHA has a maximum amount of 6h execution time, we try to get done within 3h # GHA has a maximum amount of 6h execution time, we try to get done within 3h