Fix job condition

This commit is contained in:
ted-cdw 2023-02-23 16:21:44 -05:00
parent 6ba866beb4
commit 6f81e50030

View file

@ -38,7 +38,7 @@ jobs:
# Build Docker image in a separate job so that it's not tainted by cached build/test files
build-image:
needs: tests
if: ${{ github.event_name == "pull_request" }}
if: github.event_name == 'pull_request'
permissions:
# Required permission to push images with the built-in GITHUB_TOKEN
packages: write