Skip to content

Commit

Permalink
Put conditional on docker-publish.yml change detection to prevent errors
Browse files Browse the repository at this point in the history
when no changes are detected.
  • Loading branch information
mcduffie committed Mar 14, 2023
1 parent e95ede7 commit fc3c2a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
id-token: write

needs: changes
if: ${{ needs.changes.outputs.stacks != '[]' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fc3c2a2

Please sign in to comment.