fix: Require workflow_run success for publish job

This commit is contained in:
Shibo Lyu 2025-11-29 19:16:54 +08:00
parent bf976a8ceb
commit 5d862c0bf7

View file

@ -9,6 +9,7 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
contents: read