diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f5216a1f9dc..ff2634aafc8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -124,10 +124,6 @@ jobs: github.event_name == 'push' && github.ref != 'refs/heads/master' ) - || ( - github.event_name == 'pull_request' - && !contains(github.event.pull_request.body, '[skip ci]') - ) || ( github.event_name == 'pull_request' && !contains(github.event.pull_request.body, '[skip ci]')