Skip to content

Commit ceb2a95

Browse files
Try to fix announce job getting skipped in dry-run mode
1 parent f3e935b commit ceb2a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393

9494
announce:
9595
runs-on: ubuntu-latest
96-
needs: publish_each
97-
if: ${{ inputs.announce_ports }}
96+
needs: [prepare, publish_each]
97+
if: ${{ !failure() && !cancelled() && inputs.announce_ports }}
9898
steps:
9999
- name: Build announcement inputs
100100
id: announce_inputs

0 commit comments

Comments
 (0)