diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 4fc68e0d47..dc5db25f1e 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -14,11 +14,10 @@ jobs: ci-test: runs-on: ubuntu-latest if: | - github.event_name == 'workflow_dispatch' || + github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' || - (github.event_name == 'pull_request_review' && - github.event.review.state == 'approved' && - github.event.pull_request.head.repo.full_name == github.repository) + github.event_name == 'workflow_dispatch' || + github.event_name == 'repository_dispatch' defaults: run: shell: bash