Skip to content

Commit

Permalink
⛔️ DROP: reference unmerged workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Feb 8, 2025
1 parent 951ae52 commit a4c8dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
report-failure:
if: ${{ always() && github.ref_name == github.event.repository.default_branch }}
needs: [test]
uses: nextstrain/.github/.github/workflows/report-failure.yaml
# FIXME: drop the branch tag after merging https://github.com/nextstrain/.github/pull/121
uses: nextstrain/.github/.github/workflows/report-failure.yaml@victorlin/report-failure
with:
failure: ${{ needs.test.result == 'failure' }}
success: ${{ needs.test.result == 'success' }}
Expand Down

0 comments on commit a4c8dda

Please sign in to comment.