Fix GitHub actions CI needs

This commit is contained in:
Rob Winch
2022-05-18 15:54:48 -05:00
committed by GitHub
parent e529b5718d
commit 147e38b60c

View File

@@ -32,7 +32,7 @@ jobs:
deploy_artifacts:
name: Deploy Artifacts
needs: [build_jdk_11, snapshot_tests, check_samples, check_tangles]
needs: [prerequisites]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2