diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index 3ec84c9..ddc042d 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -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