Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to informer configuration changes for controller #895

Merged
merged 12 commits into from
Jul 4, 2024
Merged
Prev Previous commit
Next Next commit
fix: make quarkus-version available from workflow_dispatch
Signed-off-by: Chris Laprun <claprun@redhat.com>
  • Loading branch information
metacosm committed Jun 28, 2024
commit 8658aae094ac92fdce3d2c8e2ddc612926f886b2
4 changes: 4 additions & 0 deletions .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ on:
description: 'Fabric8 client version to run a QOSDK build with'
type: string
required: false
quarkus-version:
type: string
required: false
description: 'Quarkus version to use'
java-version:
description: 'Java version to build with'
type: string
Expand Down