From 312b83953136732b45d6eaba1c247edf8072320a Mon Sep 17 00:00:00 2001 From: Pikachu920 <28607612+Pikachu920@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:43:33 -0500 Subject: [PATCH] Fix archive docs requiring release-docs job (#6848) --- .github/workflows/archive-docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/archive-docs.yml b/.github/workflows/archive-docs.yml index e183f748d78..c31092b63b0 100644 --- a/.github/workflows/archive-docs.yml +++ b/.github/workflows/archive-docs.yml @@ -8,7 +8,6 @@ on: jobs: archive-docs: if: "! contains(toJSON(github.event.commits.*.message), '[ci skip]')" - needs: release-docs runs-on: ubuntu-latest steps: - name: Configure workflow