From e0ef135a6d26ef292f4b4ced579ed6822bcc2487 Mon Sep 17 00:00:00 2001 From: npetrill Date: Tue, 14 Jan 2025 13:44:56 -0500 Subject: [PATCH] make testType not required --- .github/workflows/test_illumina_genotyping_array.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_illumina_genotyping_array.yml b/.github/workflows/test_illumina_genotyping_array.yml index 758bce7c4a..3c153c9f51 100644 --- a/.github/workflows/test_illumina_genotyping_array.yml +++ b/.github/workflows/test_illumina_genotyping_array.yml @@ -116,7 +116,7 @@ jobs: - name: Fetch Dockstore Workflow Commit Hash run: | # Wait 5.5 minutes for Dockstore to update - sleep 3 + sleep 330 DOCKSTORE_COMMIT_HASH_FROM_FETCH=$(python scripts/dockstore_api/fetch_dockstore_commit.py \ $DOCKSTORE_TOKEN \ @@ -126,6 +126,7 @@ jobs: # Export the commit hash as an environment variable echo "DOCKSTORE_COMMIT_HASH=$DOCKSTORE_COMMIT_HASH_FROM_FETCH" >> $GITHUB_ENV echo "Dockstore Commit Hash: $DOCKSTORE_COMMIT_HASH_FROM_FETCH" + env: ## TODO NEED TO ADD DOCKSTORE_TOKEN FOR SERVICE ACCOUNT ## DOCKSTORE_TOKEN: ${{ secrets.DOCKSTORE_TOKEN }}