Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 committed Sep 12, 2023
1 parent f70e9d0 commit 68ac9f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CXX: "sccache clang++"

forest-sync-check:
# if: ${{ contains(github.event.pull_request.labels.*.name, 'Release') }}
if: ${{ contains(github.event.pull_request.labels.*.name, 'Release') }}
name: forest calibnet sync check
runs-on: buildjet-8vcpu-ubuntu-2004
steps:
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ clean:
@echo "Done cleaning."

update-forest:
git submodule update --init --recursive
# Set GIT_LFS_SKIP_SMUDGE=1 explicitly to not waste git lfs bandwidth
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
./forest/assets/ci_download.sh

modify-forest:
Expand Down

0 comments on commit 68ac9f4

Please sign in to comment.