Skip to content

Commit

Permalink
Try to fix announce job getting skipped in dry-run mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 22, 2025
1 parent f3e935b commit ceb2a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:

announce:
runs-on: ubuntu-latest
needs: publish_each
if: ${{ inputs.announce_ports }}
needs: [prepare, publish_each]
if: ${{ !failure() && !cancelled() && inputs.announce_ports }}
steps:
- name: Build announcement inputs
id: announce_inputs
Expand Down

0 comments on commit ceb2a95

Please sign in to comment.