From 5a4fee8067f0a68d8baa89dc099edf4b52942190 Mon Sep 17 00:00:00 2001 From: germangarces Date: Tue, 23 Jun 2026 11:16:55 +0200 Subject: [PATCH 1/3] fix(ci): Install TF in generate step Signed-off-by: germangarces --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 023b258..3448601 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version-file: 'go.mod' + - uses: hashicorp/setup-terraform@v4 - run: go generate ./... - name: git diff run: | From 379843150ec00bd6f51f83965d4bc13a0f2388d3 Mon Sep 17 00:00:00 2001 From: germangarces Date: Tue, 23 Jun 2026 11:18:13 +0200 Subject: [PATCH 2/3] tmp commit Signed-off-by: germangarces --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3448601..f262acc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ permissions: jobs: # Ensure project builds before running testing matrix build: - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == true name: Build runs-on: ubuntu-latest timeout-minutes: 5 @@ -32,7 +32,7 @@ jobs: - run: go build -v . generate: - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == true runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 From 3f662d532b28134b0c7a8836e77a571134a5ad7f Mon Sep 17 00:00:00 2001 From: germangarces Date: Tue, 23 Jun 2026 11:20:40 +0200 Subject: [PATCH 3/3] Revert "tmp commit" This reverts commit 379843150ec00bd6f51f83965d4bc13a0f2388d3. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f262acc..3448601 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ permissions: jobs: # Ensure project builds before running testing matrix build: - if: github.event.pull_request.draft == true + if: github.event.pull_request.draft == false name: Build runs-on: ubuntu-latest timeout-minutes: 5 @@ -32,7 +32,7 @@ jobs: - run: go build -v . generate: - if: github.event.pull_request.draft == true + if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - uses: actions/checkout@v7