Skip to content

Commit

Permalink
Merge pull request #3643 from tloncorp/hm/dont-fail-if-no-changes
Browse files Browse the repository at this point in the history
ops: dont fail dev sync if there's nothing to commit
  • Loading branch information
latter-bolden authored Jun 20, 2024
2 parents 9cb26c7 + d369349 commit 050cc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
git merge staging
git checkout --theirs desk/desk.docket-0
git add -A
git commit -n --no-edit
git diff-index --quiet HEAD || git commit -n --no-edit
git push

0 comments on commit 050cc19

Please sign in to comment.