Fix needs in GHA

This commit is contained in:
Vim USDS 2021-10-14 18:14:51 -07:00
parent c6fb4a3180
commit a76ec36a31

View file

@ -112,7 +112,7 @@ jobs:
# This job will download artifacts, deploy to GH pages and deploy to AWS
deploy:
runs-on: ubuntu-latest
needs: e2e-tests
needs: ui-chrome-tests
steps:
- name: Checkout source
uses: actions/checkout@v2