mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 20:32:34 +00:00
fix: Require workflow_run success for publish job
This commit is contained in:
parent
bf976a8ceb
commit
5d862c0bf7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish_jsr.yml
vendored
1
.github/workflows/publish_jsr.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue