From 8177a81a6095cc67fd0834629ec7a6261010dc48 Mon Sep 17 00:00:00 2001 From: ivvist Date: Mon, 25 Nov 2024 10:23:49 +0100 Subject: [PATCH] ignore_build added --- .github/workflows/ci_reuse_go_pr.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci_reuse_go_pr.yml b/.github/workflows/ci_reuse_go_pr.yml index 4eaf22b..b1a181c 100644 --- a/.github/workflows/ci_reuse_go_pr.yml +++ b/.github/workflows/ci_reuse_go_pr.yml @@ -17,6 +17,12 @@ on: running_workflow: required: false type: string + ignore_build: + required: false + type: string + go_race: + required: false + type: string secrets: reporeading_token: required: true @@ -79,6 +85,7 @@ jobs: token: ${{ secrets.reporeading_token }} codecov-token: ${{ secrets.codecov_token }} short-test: ${{ inputs.short_test == 'true' }} + ignore-build: ${{ inputs.ignore_build }} run-mod-tidy: false - name: Check copyright