From 3cdc2d20cba515984f4feb1745936ca97992627b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 15 Dec 2023 23:48:53 -0800 Subject: remove test requirement to deploy --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows/deploy.yml') diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bc055fa..ac6887a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,8 +60,6 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - # Requires the build job results - needs: test runs-on: ubuntu-latest steps: - name: Download artifact -- cgit v1.2.3