Skip to content

Commit

Permalink
Merge pull request #8 from kernelkit/update-workflow
Browse files Browse the repository at this point in the history
ci: Improve sync-infix
  • Loading branch information
mattiaswal authored Jan 31, 2025
2 parents 5b89d4a + bcaf55c commit 6f54710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-infix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
cd infix
git clean -ffdx
git checkout main
git clean -ffdx
git reset --hard origin/main
git submodule update --init --recursive
cd ..
if [[ -n "$(git diff --exit-code infix)" ]]; then
Expand Down

0 comments on commit 6f54710

Please sign in to comment.