Skip to content

Commit 68a1953

Browse files
committed
Add comments
1 parent 33867e5 commit 68a1953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# This workflow sets the test / all status check to success in case it's a docs only PR and test.yml is not triggered
33
# 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
4+
name: test # The name must be the same as in test.yml
55

66
on:
77
pull_request:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: test # The name must be the same as in test-docs.yml
22

33
on:
44
workflow_call: ~

0 commit comments

Comments
 (0)