Skip to content

Commit 3e6bda1

Browse files
committed
ci: run release-tip even if prior step failed
1 parent 5bf05df commit 3e6bda1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release-tip.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
if: |
2020
github.event_name == 'workflow_dispatch' ||
2121
(
22-
github.event.workflow_run.conclusion == 'success' &&
2322
github.repository_owner == 'ghostty-org' &&
2423
github.ref_name == 'main'
2524
)
@@ -151,7 +150,6 @@ jobs:
151150
(
152151
github.event_name == 'workflow_dispatch' ||
153152
(
154-
github.event.workflow_run.conclusion == 'success' &&
155153
github.repository_owner == 'ghostty-org' &&
156154
github.ref_name == 'main'
157155
)
@@ -206,7 +204,6 @@ jobs:
206204
(
207205
github.event_name == 'workflow_dispatch' ||
208206
(
209-
github.event.workflow_run.conclusion == 'success' &&
210207
github.repository_owner == 'ghostty-org' &&
211208
github.ref_name == 'main'
212209
)
@@ -373,7 +370,6 @@ jobs:
373370
# Create our appcast for Sparkle
374371
- name: Generate Appcast
375372
if: |
376-
github.event.workflow_run.conclusion == 'success' &&
377373
github.repository_owner == 'ghostty-org' &&
378374
github.ref_name == 'main'
379375
env:
@@ -408,7 +404,6 @@ jobs:
408404
# gets out of sync with the binaries.
409405
- name: Prep R2 Storage for Appcast
410406
if: |
411-
github.event.workflow_run.conclusion == 'success' &&
412407
github.repository_owner == 'ghostty-org' &&
413408
github.ref_name == 'main'
414409
run: |
@@ -418,7 +413,6 @@ jobs:
418413
419414
- name: Upload Appcast to R2
420415
if: |
421-
github.event.workflow_run.conclusion == 'success' &&
422416
github.repository_owner == 'ghostty-org' &&
423417
github.ref_name == 'main'
424418
uses: ryand56/r2-upload-action@b801a390acbdeb034c5e684ff5e1361c06639e7c # v1.4
@@ -444,7 +438,6 @@ jobs:
444438
(
445439
github.event_name == 'workflow_dispatch' ||
446440
(
447-
github.event.workflow_run.conclusion == 'success' &&
448441
github.repository_owner == 'ghostty-org' &&
449442
github.ref_name == 'main'
450443
)
@@ -629,7 +622,6 @@ jobs:
629622
(
630623
github.event_name == 'workflow_dispatch' ||
631624
(
632-
github.event.workflow_run.conclusion == 'success' &&
633625
github.repository_owner == 'ghostty-org' &&
634626
github.ref_name == 'main'
635627
)

0 commit comments

Comments
 (0)