From 011c2703ddc5e8b1e4b1ab72b92c95a7964670d1 Mon Sep 17 00:00:00 2001 From: Tom Grigg Date: Sun, 11 Jul 2021 15:45:18 -0700 Subject: [PATCH] CI: honor [skip test_windows_fast] request --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) 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]')