deploy: really check environment

This commit is contained in:
Yishuai Li 2022-03-24 18:53:22 -04:00 committed by GitHub
parent a2be36a424
commit 92ac38ccdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: check-env
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2