Skip to content
Snippets Groups Projects
Unverified Commit 93e133eb authored by AL Berez's avatar AL Berez Committed by GitHub
Browse files

Keep environments running when in debug mode

parent 65b505ba
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ jobs:
make integration-tests-full-ci
- name: Unclaim environment
if: always()
if: ${{ always() && !runner.debug }}
env:
account_token: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment