From 6272dfd46a31f2bb24fe00e64fb2d1504fdc5848 Mon Sep 17 00:00:00 2001 From: yanyongyu <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:04:12 +0800 Subject: [PATCH] :fire: remove unused condition --- .github/workflows/website-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 35a169ec..959f0eaf 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -16,7 +16,6 @@ jobs: steps: - uses: actions/checkout@v2 - if: github.event_name == 'push' - name: Setup Python Environment uses: ./.github/actions/setup-python @@ -71,7 +70,6 @@ jobs: run: yarn build - name: Get Deploy Name - if: github.event_name != 'push' run: | echo "DEPLOY_NAME=deploy-preview-${{ github.event.number }}" >> $GITHUB_ENV