Skip to content

Commit

Permalink
Merge pull request #1031 from OpenLiberty/gkwan-ibm-patch-6
Browse files Browse the repository at this point in the history
Update daily-build-java17.yml
  • Loading branch information
gkwan-ibm authored Mar 6, 2024
2 parents 2ed873c + e82fe29 commit 0100cca
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', 'guide-liberty-deep-dive' ]" >> $GITHUB_OUTPUT
run: echo "repos=[ 'guide-spring-boot', 'guide-liberty-deep-dive', 'guide-contract-testing' ]" >> $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 0100cca

Please sign in to comment.