We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2ade6 commit 8c1e591Copy full SHA for 8c1e591
.github/workflows/preview.yml
@@ -13,7 +13,7 @@ concurrency:
13
14
jobs:
15
run:
16
- if: contains(github.event.pull_request.labels.*.name, 'preview') || ${{ github.ref_name == 'main' }}
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') || github.ref_name == 'main' }}
17
runs-on: ubuntu-latest
18
concurrency:
19
group: netlify
0 commit comments