Skip to content

Commit

Permalink
no race parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Nov 24, 2024
1 parent 6d8ed60 commit 60c5b39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_reuse_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
go_race:
required: false
type: string
ignore_build:
required: false
type: string
secrets:
reporeading_token:
required: true
Expand Down Expand Up @@ -74,6 +77,7 @@ jobs:
short-test: ${{ inputs.short_test }}
ignore-build: ${{ inputs.ignore_build }}
codecov-go-race: ${{ inputs.go_race }}
ignore-build: ${{ inputs.ignore_build }}
run-mod-tidy: false

- name: Check copyright
Expand Down

0 comments on commit 60c5b39

Please sign in to comment.