Skip to content

Commit

Permalink
Merge pull request #1017 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 committed Jan 17, 2024
2 parents 41d1b7d + 29c209e commit 2121f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build-java17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]" >> $GITHUB_OUTPUT
run: echo "repos=[ 'guide-spring-boot', 'guide-liberty-deep-dive' ]" >> $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 2121f6a

Please sign in to comment.