From 147e38b60cd2204e22e87aede5c2457bd9d8cbc9 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 18 May 2022 15:54:48 -0500 Subject: [PATCH] Fix GitHub actions CI needs --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index b1c5b75..f8d5d1a 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -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