maybe the compound check syntax was invalid

This commit is contained in:
burnettk 2022-11-12 23:15:21 -05:00
parent 2896f97326
commit efb340d342
1 changed files with 1 additions and 1 deletions

View File

@ -301,8 +301,8 @@ jobs:
path: pr/ path: pr/
build-and-push-image: build-and-push-image:
if: github.ref_name == 'main' && ${{ github.event_name == 'push' }}
needs: tests needs: tests
if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: sartography/spiffworkflow-backend IMAGE_NAME: sartography/spiffworkflow-backend