Skip to content

Commit

Permalink
Make cleanup always run
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Nov 1, 2024
1 parent ad42039 commit c1188ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:

# Fallback if the clean up at test fixutre tear down fails due to crash or etc
- name: Remove AWS testing account and credentials
if: inputs.persistent_storage == 'true'
if: always() && inputs.persistent_storage == 'true'
run: |
python -c "
from arcticdb.storage_fixtures.s3 import real_s3_sts_clean_up
Expand Down

0 comments on commit c1188ad

Please sign in to comment.