fix: don't attempt to publish if the test failed

pull/243/head
Josh Moore 8 months ago
parent 61c84939c3
commit 7bd9a5687e

@ -27,6 +27,7 @@ jobs:
build_and_push:
name: Build & Publish Docker Images
needs: test
if: (github.ref == 'refs/heads/master' || github.ref == 'dev/0.15.0') && !contains(github.event.head_commit.message, '[skip ci:docker]')
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save