From cb498a869d1b536f72e6fd07f5645b52fa88429b Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Mon, 22 Jan 2024 02:49:51 +0000 Subject: [PATCH] Fix github action yaml format for `CI Schedule Workflow` Signed-off-by: Lan Liang --- .github/workflows/ci-schedule.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-schedule.yml b/.github/workflows/ci-schedule.yml index dda9203f74bf..54782d7634c2 100644 --- a/.github/workflows/ci-schedule.yml +++ b/.github/workflows/ci-schedule.yml @@ -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,11 +43,12 @@ jobs: go-version: 1.20.11 - name: setup e2e test environment uses: nick-fields/retry@v2.9.0 - max_attempts: 3 - timeout_minutes: 20 - command: | - export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }} - hack/local-up-karmada.sh + with: + max_attempts: 3 + timeout_minutes: 20 + command: | + export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }} + hack/local-up-karmada.sh - name: run e2e run: | export ARTIFACTS_PATH=${{ github.workspace }}/karmada-e2e-logs/${{ matrix.k8s }}/