We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c16f4 commit 024ed22Copy full SHA for 024ed22
.github/workflows/pull-request-approved.yml
@@ -35,7 +35,7 @@ jobs:
35
test:
36
name: "Run all tests before merging"
37
needs: calculate-xetabase-branch
38
- uses: opencb/java-common-libs/.github/workflows/test-xetabase-workflow.yml@develop
+ uses: ./.github/workflows/test-xetabase-workflow.yml@develop
39
with:
40
branch: ${{ needs.calculate-xetabase-branch.outputs.xetabase_branch }}
41
task: ${{ github.event.pull_request.head.ref }}
0 commit comments