Skip to content

Commit

Permalink
Merge pull request #1089 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update daily-build-java17.yml
  • Loading branch information
gkwan-ibm authored Oct 17, 2024
2 parents d9a8ccd + 8793da6 commit ccf80c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/daily-build-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
workflow_dispatch:
inputs:
build:
description: Build level
description: Build level as cl231220231122-1901
required: true
date:
description: Dev date
description: Dev date as 2023-11-22_1901
required: true
driver:
description: Driver location
description: Driver location as openliberty-all-23.0.0.12-cl231220231122-1901.zip
required: true
guide:
description: Guide to build
description: Guide to build as guide-...
default: "all"
required: true
branch:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Get default repos
if: ${{ github.event_name == 'repository_dispatch' || github.event_name == 'workflow_dispatch' && github.event.inputs.guide == 'all' }}
id: create-list
run: echo "repos=[ 'guide-spring-boot', 'guide-liberty-deep-dive', 'guide-liberty-deep-dive-gradle', 'guide-contract-testing' ]" >> $GITHUB_OUTPUT
run: echo "repos=[ 'guide-spring-boot', 'guide-liberty-deep-dive', 'guide-liberty-deep-dive-gradle', 'guide-contract-testing', 'guide-jms-intro' ]" >> $GITHUB_OUTPUT
- name: Set input repo
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.guide != 'all' }}
id: input-guide
Expand Down

0 comments on commit ccf80c7

Please sign in to comment.