diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 5c5a742..b24615e 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -49,8 +49,8 @@ jobs: - name: Check if dependencies changed id: check-deps run: | - # Change to repository directory and get hash of Cargo.toml and Cargo.lock - cd "$GITHUB_WORKSPACE" + # Change to backend directory and get hash of Cargo.toml and Cargo.lock + cd "$GITHUB_WORKSPACE/backend" DEPS_HASH=$(sha256sum Cargo.toml Cargo.lock | sha256sum | cut -d' ' -f1) echo "deps_hash=$DEPS_HASH" >> $GITHUB_OUTPUT