Undo if for cleanup
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (pull_request) Successful in 4s
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2025-11-29 18:35:09 +01:00
parent 49fc0caebc
commit 0732ae495e

View File

@@ -124,7 +124,7 @@ jobs:
name: Cleanup Preview
runs-on: ubuntu-latest
needs: [prepare_context]
# if: github.event_name == 'pull_request' && (github.event.action == 'closed' || github.event.pull_request.merged == true)
if: github.event_name == 'pull_request' && (github.event.action == 'closed' || github.event.pull_request.merged == true)
steps:
- name: Remove Remote Environment
uses: appleboy/ssh-action@v1.0.3