Commit 006de91b authored by Peter Parente's avatar Peter Parente

Fix YAML syntax (take 1)

parent 7953f679
......@@ -21,8 +21,8 @@ jobs:
name: Build Docker Images
runs-on: ubuntu-latest
if: >
"!contains(github.event.head_commit.message, 'ci skip') and
!contains(github.event.pull_request.title, 'ci skip')"
!contains(github.event.head_commit.message, 'ci skip') &&
!contains(github.event.pull_request.title, 'ci skip')
steps:
- name: Clone Main Repo
uses: actions/checkout@v2
......
......@@ -17,8 +17,8 @@ jobs:
name: Build Sphinx Documentation
runs-on: ubuntu-latest
if: >
"!contains(github.event.head_commit.message, 'ci skip') and
!contains(github.event.pull_request.title, 'ci skip')"
!contains(github.event.head_commit.message , 'ci skip') &&
!contains(github.event.pull_request.title, 'ci skip')
steps:
- name: Checkout Repo
uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment