From 027f7526133a8bfba9f560b148a623c3b1986d6c Mon Sep 17 00:00:00 2001 From: Jim Schubert Date: Sat, 22 Aug 2020 22:29:18 -0400 Subject: [PATCH] Update check-supported-versions.yaml Disable "Verifies integrity of the commit on windows-latest" job in Check Support Versions workflow --- .github/workflows/check-supported-versions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-supported-versions.yaml b/.github/workflows/check-supported-versions.yaml index 5e38634c972..aa20477a427 100644 --- a/.github/workflows/check-supported-versions.yaml +++ b/.github/workflows/check-supported-versions.yaml @@ -66,9 +66,9 @@ jobs: strategy: matrix: os: [ubuntu-latest] - include: - - os: windows-latest - flags: --skip-docs +# include: +# - os: windows-latest +# flags: --skip-docs steps: - name: Check out code uses: actions/checkout@v2