From edb4c0e111fa44e17e9e3ec85d10f3233db9c43e Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Tue, 17 Sep 2024 08:38:00 +0200 Subject: [PATCH] CI update --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 044647b..73cb15b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ run-name: Code Integration [${{ github.event_name }}][${{ github.head_ref || git jobs: docs: - if: false + if: true runs-on: ubuntu-latest defaults: run: @@ -322,7 +322,7 @@ jobs: done build-windows: - if: false + if: true runs-on: windows-latest env: GO_VERSION: 1.20.14