From 3ce33f765d4c192b7c376b97b6bc5ed8c195c38d Mon Sep 17 00:00:00 2001 From: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:10:40 -0700 Subject: [PATCH] unset the timeout-minute in the step mirror-image --- .github/workflows/workflow.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index de69f4d4e..9c66789f5 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -35,7 +35,6 @@ jobs: contents: read id-token: write runs-on: ubuntu-latest - timeout-minutes: 10 needs: validate container: image: rancher/dapper:v0.6.0 @@ -104,4 +103,4 @@ jobs: run: | gh workflow run "Go Generate" --repo rancher/rke --ref release/v1.4 -F source_author=${{ github.actor }} env: - GH_TOKEN: ${{ env.PAT_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ env.PAT_TOKEN }}