Skip to content

Commit 73b6681

Browse files
committed
Fix reusable workflow reference
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 2646b8e commit 73b6681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-functional-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run-functional-tests:
8080
needs: [check-ok-to-test]
8181
if: needs.check-ok-to-test.outputs.is-ok-to-test == 'true'
82-
uses: .github/workflows/functional-tests.yaml
82+
uses: ./.github/workflows/functional-tests.yaml
8383
with:
8484
checkout-repository: ${{ needs.check-ok-to-test.outputs.target-repo }}
8585
checkout-ref: ${{ needs.check-ok-to-test.outputs.target-sha }}

0 commit comments

Comments
 (0)