Skip to content

Commit

Permalink
Target WildFly main from the glow-preview branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jan 17, 2024
1 parent 5cf7e91 commit 53c388d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
wildfly-branch: ${{ github.base_ref }}
# There is no upstream glow-preview branch. The QS glow-preview branch targets WildFLy main
#wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/quickstart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
wildfly-branch: ${{ github.base_ref }}
# There is no upstream glow-preview branch. The QS glow-preview branch targets WildFLy main
#wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/quickstart_ejb-txn-remote-call_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
wildfly-branch: ${{ github.base_ref }}
# There is no upstream glow-preview branch. The QS glow-preview branch targets WildFLy main
#wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
Expand Down

0 comments on commit 53c388d

Please sign in to comment.