Browse Source

skip docker with [no docker]

pull/158/head
Jason Dove 5 years ago
parent
commit
98eb72fcfe
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -36,7 +36,7 @@ jobs: @@ -36,7 +36,7 @@ jobs:
name: Build & Publish to Docker Hub
needs: build_and_test
runs-on: ubuntu-latest
if: github.event_name == 'push' && !contains(github.event.head_commit.message, '[no ci]')
if: github.event_name == 'push' && !contains(github.event.head_commit.message, '[no docker]')
steps:
- name: Checkout
uses: actions/checkout@v2

Loading…
Cancel
Save