Skip to content

Commit af597a8

Browse files
♻️ fix typo in PR action (#392)
1 parent f17b400 commit af597a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
needs: test-units
2424
secrets: inherit
2525
test-code-samples:
26-
uses: ./.github/workflows/_smoke-tests.yml
26+
uses: ./.github/workflows/_smoke-test.yml
2727
needs: test-units
2828
secrets: inherit

0 commit comments

Comments
 (0)