Skip to content

Commit

Permalink
always commit if changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Feb 20, 2023
1 parent a811470 commit 4d13a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: EndBug/add-and-commit@v9
id: push-changes
if: steps.check-sbom.outputs.SBOM_CHANGED == 'true' && github.ref == 'refs/heads/main' # only directly push on scheduled runs
if: steps.check-sbom.outputs.SBOM_CHANGED == 'true'
with:
message: 'Updated SBOM'

Expand Down

0 comments on commit 4d13a22

Please sign in to comment.