Skip to content

Commit 3af903e

Browse files
Only run CI on original repo
1 parent 9ef3270 commit 3af903e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616
jobs:
1717
test-and-publish:
1818
name: Test & Publish
19+
if: github.repository == 'TanStack/table'
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: actions/checkout@v4
@@ -31,7 +32,7 @@ jobs:
3132
node-version-file: .nvmrc
3233
cache: pnpm
3334
- name: Install dependencies
34-
run: pnpm install --frozen-lockfile
35+
run: pnpm install --frozen-lockfile --prefer-offline
3536
- name: Run Tests
3637
run: pnpm run test:ci
3738
- name: Publish

0 commit comments

Comments
 (0)