Skip to content

Commit

Permalink
add the ability for the core-crucible-ci workflow to set the force_co…
Browse files Browse the repository at this point in the history
…ntroller_build parameter
  • Loading branch information
k-rister committed Aug 22, 2024
1 parent 306d0e3 commit 9fb0c82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/core-crucible-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ on:
required: false
type: string
default: "no"
force_controller_build:
required: false
type: string
default: "no"
secrets:
registry_auth:
required: false
Expand Down Expand Up @@ -152,6 +156,7 @@ jobs:
uses: ./crucible-ci/.github/actions/check-controller-build
with:
bypass-controller-build: "${{ inputs.bypass_controller_build }}"
force-controller-build: "${{ inputs.force_controller_build }}"
crucible-directory: "./crucible"
workshop-directory: "./workshop"
- name: run get-repo-name
Expand Down

0 comments on commit 9fb0c82

Please sign in to comment.