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