From e11df4dff8d4f59fb85050804384807bd313e7f6 Mon Sep 17 00:00:00 2001 From: J Stickler Date: Mon, 15 Apr 2024 09:03:56 -0400 Subject: [PATCH] docs: Update publish-technical-documentation-next.yml (#12617) Signed-off-by: Jack Baldry Co-authored-by: Jack Baldry (cherry picked from commit 945a0f516ad220f915e5e3a6623b6b9b8487c9c9) --- .github/workflows/publish-technical-documentation-next.yml | 1 - .github/workflows/publish-technical-documentation-release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/publish-technical-documentation-next.yml b/.github/workflows/publish-technical-documentation-next.yml index afa567aa5cd9a..b4cf557cc75c9 100644 --- a/.github/workflows/publish-technical-documentation-next.yml +++ b/.github/workflows/publish-technical-documentation-next.yml @@ -10,7 +10,6 @@ on: jobs: sync: runs-on: "ubuntu-latest" - needs: "test" steps: - name: "Check out code" uses: "actions/checkout@v4" diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 046cb6574e7b3..d8f17f4d457f6 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -12,7 +12,6 @@ on: jobs: sync: runs-on: "ubuntu-latest" - needs: "test" steps: - name: "Checkout code and tags" uses: "actions/checkout@v4"