[CI] Removed redundant double quotes

This commit is contained in:
Jan Gromeš 2020-08-22 11:46:52 +02:00 committed by GitHub
parent 341cdcd6e3
commit d7043befea
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