diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e5afdc5..2a033c12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -451,10 +451,9 @@ jobs: retention-days: 30 # =========================================================================== - # Windows Build & Test (temporarily disabled) + # Windows Build & Test # =========================================================================== windows: - if: false needs: test name: Windows permissions: @@ -854,10 +853,9 @@ jobs: retention-days: 7 # =========================================================================== - # Integration Tests - Windows (temporarily disabled) + # Integration Tests - Windows # =========================================================================== integration-tests-windows: - if: false needs: [windows] name: Integration Tests - Windows runs-on: windows-latest @@ -1066,7 +1064,7 @@ jobs: # =========================================================================== release: name: Create Release - needs: [linux, macos, integration-tests-linux, integration-tests-macos, documentation] + needs: [linux, macos, windows, integration-tests-linux, integration-tests-macos, integration-tests-windows, documentation] runs-on: ubuntu-latest if: github.ref_type == 'tag' permissions: