37
37
fetch-depth : 0
38
38
39
39
- name : Prevent Re-run
40
+ if : ${{ inputs.publish-release }}
40
41
uses : ./.github/workflows/actions/prevent-rerun
41
42
42
43
# we _also_ need npm, specifically for webui/preview
@@ -104,6 +105,7 @@ jobs:
104
105
ref : ${{ needs.configure.outputs.version_commit }}
105
106
106
107
- name : Prevent Re-run
108
+ if : ${{ inputs.publish-release }}
107
109
uses : ./.github/workflows/actions/prevent-rerun
108
110
109
111
- name : Make Tarball
@@ -125,6 +127,7 @@ jobs:
125
127
ref : ${{ needs.configure.outputs.version_commit }}
126
128
127
129
- name : Prevent Re-run
130
+ if : ${{ inputs.publish-release }}
128
131
uses : ./.github/workflows/actions/prevent-rerun
129
132
130
133
- name : Configure
@@ -161,6 +164,7 @@ jobs:
161
164
ref : ${{ needs.configure.outputs.version_commit }}
162
165
163
166
- name : Prevent Re-run
167
+ if : ${{ inputs.publish-release }}
164
168
uses : ./.github/workflows/actions/prevent-rerun
165
169
166
170
- name : Configure
@@ -197,6 +201,7 @@ jobs:
197
201
ref : ${{ needs.configure.outputs.version_commit }}
198
202
199
203
- name : Prevent Re-run
204
+ if : ${{ inputs.publish-release }}
200
205
uses : ./.github/workflows/actions/prevent-rerun
201
206
202
207
- name : Configure
@@ -244,6 +249,7 @@ jobs:
244
249
ref : ${{ needs.configure.outputs.version_commit }}
245
250
246
251
- name : Prevent Re-run
252
+ if : ${{ inputs.publish-release }}
247
253
uses : ./.github/workflows/actions/prevent-rerun
248
254
249
255
- name : Configure
@@ -277,6 +283,7 @@ jobs:
277
283
ref : ${{ needs.configure.outputs.version_commit }}
278
284
279
285
- name : Prevent Re-run
286
+ if : ${{ inputs.publish-release }}
280
287
uses : ./.github/workflows/actions/prevent-rerun
281
288
282
289
- name : Configure
@@ -312,6 +319,7 @@ jobs:
312
319
.github
313
320
314
321
- name : Prevent Re-run
322
+ if : ${{ inputs.publish-release }}
315
323
uses : ./.github/workflows/actions/prevent-rerun
316
324
317
325
- uses : actions/download-artifact@v4
@@ -349,6 +357,7 @@ jobs:
349
357
ref : ${{ needs.configure.outputs.version_commit }}
350
358
351
359
- name : Prevent Re-run
360
+ if : ${{ inputs.publish-release }}
352
361
uses : ./.github/workflows/actions/prevent-rerun
353
362
354
363
- name : Configure Rust Tools
@@ -433,6 +442,7 @@ jobs:
433
442
.github
434
443
435
444
- name : Prevent Re-run
445
+ if : ${{ inputs.publish-release }}
436
446
uses : ./.github/workflows/actions/prevent-rerun
437
447
438
448
- uses : actions/download-artifact@v4
@@ -473,6 +483,7 @@ jobs:
473
483
ref : ${{ needs.configure.outputs.version_commit }}
474
484
475
485
- name : Prevent Re-run
486
+ if : ${{ inputs.publish-release }}
476
487
uses : ./.github/workflows/actions/prevent-rerun
477
488
478
489
- name : Configure
@@ -543,6 +554,7 @@ jobs:
543
554
.github
544
555
545
556
- name : Prevent Re-run
557
+ if : ${{ inputs.publish-release }}
546
558
uses : ./.github/workflows/actions/prevent-rerun
547
559
548
560
- uses : actions/download-artifact@v4
@@ -598,7 +610,8 @@ jobs:
598
610
.github
599
611
600
612
- name : Prevent Re-run
601
- uses : ./quarto-cli/.github/workflows/actions/prevent-rerun
613
+ if : ${{ inputs.publish-release }}
614
+ uses : ./.github/workflows/actions/prevent-rerun
602
615
603
616
- name : Download Artifacts
604
617
uses : actions/download-artifact@v4
@@ -703,6 +716,7 @@ jobs:
703
716
- uses : actions/checkout@v4
704
717
705
718
- name : Prevent Re-run
719
+ if : ${{ inputs.publish-release }}
706
720
uses : ./.github/workflows/actions/prevent-rerun
707
721
708
722
- name : Revert commit of version.txt
@@ -733,6 +747,7 @@ jobs:
733
747
.github
734
748
735
749
- name : Prevent Re-run
750
+ if : ${{ inputs.publish-release }}
736
751
uses : ./.github/workflows/actions/prevent-rerun
737
752
738
753
- name : Download Artifacts
0 commit comments