There was an error while loading. Please reload this page.
1 parent 33867e5 commit 68a1953Copy full SHA for 68a1953
.github/workflows/test-docs.yml
@@ -1,7 +1,7 @@
1
---
2
# This workflow sets the test / all status check to success in case it's a docs only PR and test.yml is not triggered
3
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
4
-name: test
+name: test # The name must be the same as in test.yml
5
6
on:
7
pull_request:
.github/workflows/test.yml
@@ -1,4 +1,4 @@
+name: test # The name must be the same as in test-docs.yml
workflow_call: ~
0 commit comments