Skip to content

Commit e64c871

Browse files
committed
Only run on production release
1 parent 6d1ef12 commit e64c871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ jobs:
270270
assertion:
271271
name: Generate and Sign Assertion Documents
272272
needs: [vars, binary]
273+
if: ${{ inputs.is_production_release }}
273274
permissions:
274275
contents: read
275276
id-token: write # for compliance-rules action to sign assertion doc

0 commit comments

Comments
 (0)