Skip to content

Commit

Permalink
Merge branch 'main' into renovate/node-20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor authored Nov 25, 2023
2 parents f71a00a + 8a6a138 commit 5af7948
Show file tree
Hide file tree
Showing 32 changed files with 5,551 additions and 3,046 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI-RS
on:
push:
paths:
- "**/server/**"
- "**/crates/**"
- "**/lkgpt/**"
- "**/Cargo.lock"
- "**/Cargo.toml"
- "**/rust-toolchain"
Expand Down Expand Up @@ -58,4 +57,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
kv_token: ${{ secrets.KV_TOKEN }}
included_packages: "repo_guided_graph demo_server"
included_packages: "lkgpt"
6 changes: 1 addition & 5 deletions .github/workflows/ci-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI-TS
on:
push:
paths:
- "**/web/**"
- "**/web_shared/**"
- "**/meet/**"
- "**/.eslintrc.json"
- "**/.node-version"
- "**/package.json"
Expand All @@ -13,9 +12,6 @@ on:

env:
CI: true
# https://turbo.build/repo/docs/ci/github-actions#remote-caching
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

# Cancel old builds on new commit for same workflow + branch/PR
concurrency:
Expand Down
Loading

0 comments on commit 5af7948

Please sign in to comment.