mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
ci: improve label check (#13291)
This commit is contained in:
parent
b47378b0fc
commit
e2bfd7756c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/preview-release.yml
vendored
2
.github/workflows/preview-release.yml
vendored
|
@ -25,7 +25,7 @@ env:
|
|||
jobs:
|
||||
preview:
|
||||
if: |
|
||||
${{ github.repository_owner == 'withastro' && contains(github.event.pull_request.labels.*.name, 'pr: preview') }}
|
||||
${{ github.repository_owner == 'withastro' && github.event.label.name == 'pr: preview' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Add table
Reference in a new issue