[CI] Fixed missing parentheses

This commit is contained in:
Jan Gromeš 2020-08-22 11:47:43 +02:00 committed by GitHub
parent d7043befea
commit 7e999b96a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
env:
run-build: ${{ (matrix.board == 'arduino:avr:uno') || contains(github.event.head_commit.message, 'CI_FORCE_BUILD' || contains(github.event.head_commit.message, 'Bump version to' }}
run-build: ${{ (matrix.board == 'arduino:avr:uno') || contains(github.event.head_commit.message, 'CI_FORCE_BUILD') || contains(github.event.head_commit.message, 'Bump version to') }}
steps:
- name: Install arduino-cli