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:
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