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

Fix YAML syntax (take 1)

parent 7953f679
...@@ -21,8 +21,8 @@ jobs: ...@@ -21,8 +21,8 @@ jobs:
name: Build Docker Images name: Build Docker Images
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: > if: >
"!contains(github.event.head_commit.message, 'ci skip') and !contains(github.event.head_commit.message, 'ci skip') &&
!contains(github.event.pull_request.title, 'ci skip')" !contains(github.event.pull_request.title, 'ci skip')
steps: steps:
- name: Clone Main Repo - name: Clone Main Repo
uses: actions/checkout@v2 uses: actions/checkout@v2
......
...@@ -17,8 +17,8 @@ jobs: ...@@ -17,8 +17,8 @@ jobs:
name: Build Sphinx Documentation name: Build Sphinx Documentation
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: > if: >
"!contains(github.event.head_commit.message, 'ci skip') and !contains(github.event.head_commit.message , 'ci skip') &&
!contains(github.event.pull_request.title, 'ci skip')" !contains(github.event.pull_request.title, 'ci skip')
steps: steps:
- name: Checkout Repo - name: Checkout Repo
uses: actions/checkout@v2 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