Skip to content

Commit f17b400

Browse files
♻️ rename smoke tests (#391)
1 parent 4cb8896 commit f17b400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Code Samples
1+
name: Smoke Test
22

33
on:
44
workflow_call:

.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/_test-code-samples.yml
26+
uses: ./.github/workflows/_smoke-tests.yml
2727
needs: test-units
2828
secrets: inherit

0 commit comments

Comments
 (0)