Skip to content

Commit

Permalink
Merge pull request #17725 from jfdenise/wf_branch_testing
Browse files Browse the repository at this point in the history
Fix for WFLY-19127, shared-wildfly-build-and-test workflow file should allow for a branch/tag
  • Loading branch information
bstansberry committed Mar 15, 2024
2 parents afbdf83 + 6de8d52 commit 343dabc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/shared-wildfly-build-and-test.yml
Expand Up @@ -83,6 +83,11 @@ on:
description: "OS array"
required: true
type: string
ref:
description: "WildFly ref"
required: false
default: ""
type: string

jobs:
wildfly-build-and-test:
Expand All @@ -97,6 +102,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: wildfly/wildfly
ref: '${{ inputs.ref }}'
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 343dabc

Please sign in to comment.