Skip to content

Commit

Permalink
ignore_build added
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Nov 25, 2024
1 parent 090b00b commit 8177a81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_reuse_go_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8177a81

Please sign in to comment.