From 169026b6d2cfc1ad781d641685e5164610b4d1fc Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Mon, 9 Mar 2026 11:39:05 +0100 Subject: [PATCH] fix: refactor pipelines --- .github/actions/build/action.yaml | 10 +++++----- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/actions/build/action.yaml b/.github/actions/build/action.yaml index eb852ba6..9b032354 100644 --- a/.github/actions/build/action.yaml +++ b/.github/actions/build/action.yaml @@ -47,11 +47,11 @@ runs: distribution: ${{ inputs.java-distribution }} # See 'Supported distributions' for available options java-version: ${{ inputs.java-version }} - - name: Run build pkg directory - shell: bash - run: | - set -e - go run generator/main.go build +# - name: Run build pkg directory +# shell: bash +# run: | +# set -e +# go run generator/main.go build - name: Run make to build app shell: bash diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cc8c1c5..ed83f80c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,9 +59,9 @@ jobs: distribution: 'temurin' # See 'Supported distributions' for available options java-version: '21' - - name: Run build pkg directory - run: | - go run generator/main.go build +# - name: Run build pkg directory +# run: | +# go run generator/main.go build - name: Set up s3cfg run: |