fix: no clue why this is being skipped [docker build]

pull/243/head
Josh Moore 1 year ago
parent b6aa350f2c
commit 1406fd4b13

@ -22,11 +22,9 @@ jobs:
# # Compile the TypeScript files # # Compile the TypeScript files
# - name: Run build script # - name: Run build script
# run: npm run build # run: npm run build
build_and_push: build_and_push:
name: Build & Publish Docker Images name: Build & Publish Docker Images
# needs: test if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev/0.15.0') && contains(github.event.head_commit.message, '[docker build]')
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev/0.15.0') && contains(github.event.head_commit.message, '[docker build]') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Wait for build to succeed - name: Wait for build to succeed

Loading…
Cancel
Save