ci: exclude enterprise tag for windows builds

This commit is contained in:
Zaiming (Stone) Shi 2022-11-20 08:49:05 +01:00
parent f0f34be1a4
commit c878c20499
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ jobs:
windows:
runs-on: windows-2019
if: ! startsWith(github.ref_name, 'e')
needs: prepare
strategy:
fail-fast: false