diff --git a/.github/workflows/build-deploy-changes.yaml b/.github/workflows/build-deploy-changes.yaml index c7def223..a7c8c43f 100644 --- a/.github/workflows/build-deploy-changes.yaml +++ b/.github/workflows/build-deploy-changes.yaml @@ -20,7 +20,7 @@ jobs: runs-on: [self-hosted, paicicd] timeout-minutes: 120 environment: auto-test - if: github.event_name != 'pull_request' || github.event.pull_request.merged == true + if: github.event_name != 'pull_request' || (github.event.action == 'opened' || github.event.pull_request.merged == true) container: image: ubuntu:latest volumes: