From 68e971e660581f4dcf25699035417fcf18a6bfda Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Mon, 27 May 2024 14:06:56 -0400 Subject: [PATCH] try again --- .github/workflows/deploy_tests_on_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_tests_on_pull_request.yml b/.github/workflows/deploy_tests_on_pull_request.yml index 944233406..bb4af68d6 100644 --- a/.github/workflows/deploy_tests_on_pull_request.yml +++ b/.github/workflows/deploy_tests_on_pull_request.yml @@ -30,5 +30,5 @@ jobs: S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }} Pipelines: - needs: example_data_cache + needs: Data uses: ./.github/workflows/testing_pipelines.yml