Skip to content

Commit a94f092

Browse files
authored
Update docs.yaml
1 parent d30358d commit a94f092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
tfplugindocs:
12-
if: github.event_name == "pull_request" || contains(github.event.comment.body, '/docs')
12+
if: github.event_name == 'pull_request' || contains(github.event.comment.body, '/docs')
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repo

0 commit comments

Comments
 (0)