Fix github action yaml format for `CI Schedule Workflow`
Signed-off-by: Lan Liang <gcslyp@gmail.com>
This commit is contained in:
parent
f054313521
commit
cb498a869d
|
@ -3,6 +3,7 @@ on:
|
|||
schedule:
|
||||
# Run this workflow "At 18:00 UTC on Sunday and Saturday"
|
||||
- cron: '0 18 * * 0,6'
|
||||
|
||||
jobs:
|
||||
e2e:
|
||||
name: e2e test
|
||||
|
@ -42,6 +43,7 @@ jobs:
|
|||
go-version: 1.20.11
|
||||
- name: setup e2e test environment
|
||||
uses: nick-fields/retry@v2.9.0
|
||||
with:
|
||||
max_attempts: 3
|
||||
timeout_minutes: 20
|
||||
command: |
|
||||
|
|
Loading…
Reference in New Issue