From 80da39b4d890e94750ee4649da1c867143a04453 Mon Sep 17 00:00:00 2001 From: DepickereSven Date: Mon, 6 Feb 2023 19:16:19 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ade68fd6..54299e85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -93,7 +93,7 @@ jobs: invalidate-cache: name: Clear cache runs-on: ubuntu-latest - needs: [publish, publish-cdn] + needs: [publish] steps: - name: Checkout repository uses: actions/checkout@v3