mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-17 20:52:35 +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:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue