Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎.github/workflows/preview.yml‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /