Skip to content

Commit 473f304

Browse files
committed
Fixing Preview if condition
1 parent 0d12f94 commit 473f304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
run:
16-
if: contains(github.event.pull_request.labels.*.name, 'preview') || ${{ github.ref_name == 'main' }}
16+
if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') || github.ref_name == 'main' }}
1717
runs-on: ubuntu-latest
1818
concurrency:
1919
group: netlify

0 commit comments

Comments
 (0)