Skip to content

Commit 8aba812

Browse files
authored
Merge pull request #1963 from arduino/preview-on-label
Fixing Preview if condition
2 parents 0d12f94 + 473f304 commit 8aba812

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)