Skip to content

Commit affd198

Browse files
authored
Only add assertion doc on release runs (#8345)
1 parent cef0750 commit affd198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: ${{ inputs.force }}
117117

118118
generate-assertion-doc:
119-
if: ${{ inputs.force }}
119+
if: ${{ github.event_name != 'pull_request' }}
120120
name: Assertion Doc ${{ matrix.nic.arch }}
121121
needs: [binaries]
122122
runs-on: ${{ inputs.runner }}

0 commit comments

Comments
 (0)