Skip to content

Commit 8810696

Browse files
authored
ci: remove colon from label (#13292)
1 parent e2bfd77 commit 8810696

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/preview-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ env:
2424

2525
jobs:
2626
preview:
27-
if: |
28-
${{ github.repository_owner == 'withastro' && github.event.label.name == 'pr: preview' }}
27+
if: ${{ github.repository_owner == 'withastro' && github.event.label.name == 'pr preview' }}
2928
runs-on: ubuntu-latest
3029
permissions:
3130
contents: read

0 commit comments

Comments
 (0)