Skip to content

Commit

Permalink
Update ci-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Aug 7, 2022
1 parent 0f45547 commit 07fb1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
check_changelog:
name: Check Changelog
needs: [check_dockerfile]
if: ${{ needs.check_dockerfile.outputs.dockerfile == true }}
if: ${{ needs.check_dockerfile.outputs.dockerfile == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -59,7 +59,7 @@ jobs:
docker:
name: Docker
needs: [check_dockerfile, check_changelog]
if: ${{ needs.check_dockerfile.outputs.dockerfile == true }}
if: ${{ needs.check_dockerfile.outputs.dockerfile == 'true' }}
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit 07fb1c3

Please sign in to comment.