Skip to content

Commit

Permalink
use METHOD_CONFIG_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Feb 14, 2025
1 parent 7ae8baa commit e488441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- 'tasks/broad/Utilities.wdl'
- 'tasks/broad/TerraCopyFilesFromCloudToCloud.wdl'
- '.github/workflows/test_illumina_genotyping_array.yml'
- '.github/workflows/warp_test_workflow.yml'


# Allows you to run this workflow manually from the Actions tab
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/warp_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
id: compare_hashes
run: |
# Wait 5.5 minutes for Dockstore to update
sleep 330
sleep 60
MAX_WAIT_TIME=$((15 * 60)) # 15 minutes in seconds
WAIT_INTERVAL=60 # 1 minute in seconds
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
--test_type "$testType" \
--sa-json-b64 "$SA_JSON_B64" \
--user "$USER" \
--method_config_name "${inputs.pipeline_name}_${testType}_${BRANCH_NAME}")
--method_config_name "$METHOD_CONFIG_NAME")
echo "Delete response: $DELETE_RESPONSE"
if [ "$DELETE_RESPONSE" == "True" ]; then
Expand Down

0 comments on commit e488441

Please sign in to comment.