ci: fix nightly cron schedules to run once (#21296)

Several of our nightly cron jobs are actually running repeatedly
back-to-back during the designated hour. Change the cron to run them
once as intended.
This commit is contained in:
Michael Zalimeni 2024-06-10 18:28:54 -04:00 committed by GitHub
parent fe2f8f1c72
commit 3ee6816d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ name: Nightly test integrations - peering_common_topo
on:
schedule:
# Run nightly at 12AM UTC/8PM EST/5PM PST
- cron: '* 0 * * *'
- cron: '0 0 * * *'
workflow_dispatch: {}
env:

View File

@ -6,7 +6,7 @@ name: Nightly test-integrations 1.15.x
on:
schedule:
# Run nightly at 1AM UTC/9PM EST/6PM PST
- cron: '* 1 * * *'
- cron: '0 1 * * *'
workflow_dispatch: {}
env:

View File

@ -6,7 +6,7 @@ name: Nightly test-integrations 1.17.x
on:
schedule:
# Run nightly at 1AM UTC/9PM EST/6PM PST
- cron: '* 1 * * *'
- cron: '0 1 * * *'
workflow_dispatch: {}
env:

View File

@ -6,7 +6,7 @@ name: Nightly test-integrations 1.18.x
on:
schedule:
# Run nightly at 1AM UTC/9PM EST/6PM PST
- cron: '* 1 * * *'
- cron: '0 1 * * *'
workflow_dispatch: {}
env:

View File

@ -6,7 +6,7 @@ name: Nightly test-integrations 1.19.x
on:
schedule:
# Run nightly at 1AM UTC/9PM EST/6PM PST
- cron: '* 1 * * *'
- cron: '0 1 * * *'
workflow_dispatch: {}
env:

View File

@ -6,7 +6,7 @@ name: Nightly test-integrations
on:
schedule:
# Run nightly at 12AM UTC/8PM EST/5PM PST
- cron: '* 0 * * *'
- cron: '0 0 * * *'
workflow_dispatch: {}
env: