🔥 remove unused condition

This commit is contained in:
yanyongyu 2022-02-16 17:04:12 +08:00
parent ab78769822
commit 6272dfd46a
No known key found for this signature in database
GPG Key ID: 796D8A7FB73396EB

View File

@ -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