mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
chore: Fix check
This commit is contained in:
parent
ab25e9ea7d
commit
58524aceaa
3
.github/workflows/release-preview.yml
vendored
3
.github/workflows/release-preview.yml
vendored
@ -14,8 +14,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
preview:
|
||||
if: |
|
||||
${{ github.repository_owner == 'mermaid-js' && github.event.issue.pull_request && contains(github.event.pull_request.labels.*.name, 'pr: preview') }}
|
||||
if: ${{ github.repository_owner == 'mermaid-js' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user