Skip to content

Commit 024ed22

Browse files
Update test reference to use the current branch workflow #TASK-7883
1 parent a1c16f4 commit 024ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-approved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
test:
3636
name: "Run all tests before merging"
3737
needs: calculate-xetabase-branch
38-
uses: opencb/java-common-libs/.github/workflows/test-xetabase-workflow.yml@develop
38+
uses: ./.github/workflows/test-xetabase-workflow.yml@develop
3939
with:
4040
branch: ${{ needs.calculate-xetabase-branch.outputs.xetabase_branch }}
4141
task: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)