Skip to content

Commit d3b1e8c

Browse files
authored
Keep environments running when in debug mode (#3213)
1 parent 25c91fd commit d3b1e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-integration-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
make integration-tests-full-ci
323323
324324
- name: Unclaim environment
325-
if: always()
325+
if: ${{ always() && !runner.debug }}
326326
env:
327327
account_token: ${{ secrets.SHEPHERD_SERVICE_ACCOUNT_TOKEN }}
328328
run: |

0 commit comments

Comments
 (0)