Update check-supported-versions.yaml

Disable "Verifies integrity of the commit on windows-latest" job in Check Support Versions workflow
This commit is contained in:
Jim Schubert 2020-08-22 22:29:18 -04:00 committed by GitHub
parent 0e9c6dd9a8
commit 027f752613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,9 +66,9 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
include: # include:
- os: windows-latest # - os: windows-latest
flags: --skip-docs # flags: --skip-docs
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v2