Skip to content

Commit

Permalink
Merge pull request #1237 from daniel-ac-martin/ci-handle-no-updates
Browse files Browse the repository at this point in the history
CI: Don't fail when no files have been updated
  • Loading branch information
daniel-ac-martin authored Jan 2, 2025
2 parents d227c94 + 13a46ba commit a9c206f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/update-built-files/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ runs:
run: |
cp pnpm-lock.yaml pnpm-lock-committed.yaml
git add pnpm-lock-committed.yaml
git commit -m "[skip ci] Update built files"
git push
git commit -m "[skip ci] Update built files" && git push || true

1 comment on commit a9c206f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://not-gov.uk as production
🚀 Deployed on https://6776d39f97d6ea766bfb09d4--notgovuk.netlify.app

Please sign in to comment.