Skip to content

Commit

Permalink
add build parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Nov 24, 2024
1 parent 46926f9 commit d94f2d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_reuse_go_cas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
go_race:
required: false
type: string
build_cmd:
required: false
type: string
secrets:
reporeading_token:
required: true
Expand Down Expand Up @@ -57,6 +60,7 @@ jobs:
codecov-token: ${{ secrets.codecov_token }}
short-test: ${{ inputs.short_test }}
ignore-build: ${{ inputs.ignore_build }}
build-cmd: ${{ inputs.build_cmd }}
run-mod-tidy: false
env:
CHARGEBEE_PUBLISHABLE_KEY: ${{ secrets.chargebee_token }}
Expand Down

0 comments on commit d94f2d5

Please sign in to comment.