We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb8896 commit f17b400Copy full SHA for f17b400
.github/workflows/_test-code-samples.yml .github/workflows/_smoke-test.yml.github/workflows/_test-code-samples.yml renamed to .github/workflows/_smoke-test.yml
@@ -1,4 +1,4 @@
1
-name: Test Code Samples
+name: Smoke Test
2
3
on:
4
workflow_call:
.github/workflows/pull-request.yml
@@ -23,6 +23,6 @@ jobs:
23
needs: test-units
24
secrets: inherit
25
test-code-samples:
26
- uses: ./.github/workflows/_test-code-samples.yml
+ uses: ./.github/workflows/_smoke-tests.yml
27
28
0 commit comments