Skip to content

Commit

Permalink
chore: Fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 6, 2024
1 parent ab25e9e commit 58524ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58524ac

Please sign in to comment.