Skip to content

Commit

Permalink
update: commented out worktree check for main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
videmsky committed Aug 26, 2024
1 parent 5aa9b56 commit d6aafec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
run: echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- name: Build SDK
run: make build_${{ matrix.language }}
- name: Check worktree clean
run: ./ci-scripts/ci/check-worktree-is-clean
# - name: Check worktree clean
# run: ./ci-scripts/ci/check-worktree-is-clean
- name: Compress SDK folder
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}
.
Expand Down

0 comments on commit d6aafec

Please sign in to comment.