mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Fix needs in GHA
This commit is contained in:
parent
c6fb4a3180
commit
a76ec36a31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_staging.yml
vendored
2
.github/workflows/deploy_staging.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue