ci: exclude enterprise tag for windows builds
This commit is contained in:
parent
f0f34be1a4
commit
c878c20499
|
@ -86,6 +86,7 @@ jobs:
|
|||
|
||||
windows:
|
||||
runs-on: windows-2019
|
||||
if: ! startsWith(github.ref_name, 'e')
|
||||
needs: prepare
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in New Issue