Skip to content

Commit

Permalink
Fix workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Jan 28, 2025
1 parent 27d2e2d commit 99c6b75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync-infix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
if git ls-remote --heads origin latest | grep -q latest; then
echo "Latest exists, checking out"
git checkout latest
if [[ -n "$(git diff --exit-code origin/main)" ]]; then
echo "New commits exist on main"
git merge origin/main
CHANGES=1
endif
git submodule update --init --recursive
else
echo "Latest does not exist, create it"
Expand Down

0 comments on commit 99c6b75

Please sign in to comment.