Skip to content

Commit 1ad5496

Browse files
committed
Check if expression works by inverting it
1 parent 9ad3e7c commit 1ad5496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
source-path: './src'
2727
target-path: './docs/api.md'
2828
fail-on-warnings: true
29-
commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR
29+
commit: ${{ github.event_name == 'pull_request' }} # Only commit changes if not a PR

0 commit comments

Comments
 (0)