Skip to content

Commit

Permalink
CI should use WFLY main branch for tests with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Nov 21, 2024
1 parent b6ec092 commit 8017183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-repo: "wildfly/wildfly"

Test-build-with-deps-matrix:
Expand Down
2 changes: 1 addition & 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,7 @@ jobs:
WildFly-build:
uses: wildfly/wildfly/.github/workflows/shared-wildfly-build.yml@main
with:
wildfly-branch: ${{ github.base_ref }}
wildfly-branch: main
wildfly-repo: "wildfly/wildfly"

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

0 comments on commit 8017183

Please sign in to comment.