Skip to content

Commit

Permalink
Keep integrations tests environment running if debug-logging
Browse files Browse the repository at this point in the history
This help us to troubleshoot integration test failur. Environment will
be cleaned by timeout.
  • Loading branch information
a-b committed Oct 9, 2024
1 parent 14ba83d commit b0342ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
needs:
- claim-env
- run-cats-cf-env
if: always()
if: ${{ always() && !runner.debug }}
steps:
- name: unclaim
env:
Expand Down

0 comments on commit b0342ed

Please sign in to comment.