Skip to content

Commit

Permalink
add OVERALL_SUCCESS to all tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 8, 2025
1 parent 3b791fc commit 7326a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
PIPELINE_DIR: ${{ env.PIPELINE_DIR }}

- name: Delete Method Configuration
#if: always() # Ensures it runs regardless of success or failure
if: always() # Ensures it runs regardless of success or failure
run: |
echo "Deleting method configuration for branch: $BRANCH_NAME"
DELETE_RESPONSE=$(python3 scripts/firecloud_api/firecloud_api.py delete_method_config \
Expand Down

0 comments on commit 7326a84

Please sign in to comment.