diff --git a/.github/workflows/project_ci.yml b/.github/workflows/project_ci.yml index 1c6a1c9fa0..9541aa22b5 100644 --- a/.github/workflows/project_ci.yml +++ b/.github/workflows/project_ci.yml @@ -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: diff --git a/.github/workflows/quickstart_ci.yml b/.github/workflows/quickstart_ci.yml index 5e6db1e158..04ae314996 100644 --- a/.github/workflows/quickstart_ci.yml +++ b/.github/workflows/quickstart_ci.yml @@ -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: diff --git a/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml b/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml index c3165e0082..81be549e7f 100644 --- a/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml +++ b/.github/workflows/quickstart_ejb-txn-remote-call_ci.yml @@ -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: