Fix job condition
This commit is contained in:
parent
6ba866beb4
commit
6f81e50030
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flaskr-ci.yaml
vendored
2
.github/workflows/flaskr-ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue