From 4c3163196e132d5bba145b7bf1f5571258c3694a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 24 Nov 2021 02:13:38 +0100 Subject: [PATCH] Temporary disable partial runs in CI (#60258) --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6af4eb444fe..d4fab3d1a2d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -654,7 +654,9 @@ jobs: changes: name: Determine what has changed outputs: - core: ${{ steps.core.outputs.any }} + # core: ${{ steps.core.outputs.any }} + # Temporary disable + core: 'true' integrations: ${{ steps.integrations.outputs.changes }} tests: ${{ steps.tests.outputs.integrations }} runs-on: ubuntu-latest