We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3163ad4 commit 255aca0Copy full SHA for 255aca0
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ concurrency:
5
on: [push]
6
jobs:
7
test-and-publish:
8
- if: github.event_name != 'pull_request'
+ if: github.repository == 'TanStack/query' && github.event_name != 'pull_request'
9
name: 'Test & Publish'
10
runs-on: ubuntu-latest
11
steps:
0 commit comments