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