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 9047b8c commit 447aa06Copy full SHA for 447aa06
1 file changed
.github/workflows/pr.yml
@@ -1,6 +1,7 @@
1
name: pr
2
3
-on: [pull_request]
+on:
4
+ pull_request:
5
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
@@ -25,7 +26,7 @@ jobs:
25
26
- name: Setup Tools
27
uses: tanstack/config/.github/setup@main
28
- name: Get base and head commits for `nx affected`
- uses: nrwl/nx-set-shas@v4.1.2
29
+ uses: nrwl/nx-set-shas@v4.4.0
30
- name: Run Tests
31
run: pnpm run test:pr --parallel=3
32
- name: Stop Agents
0 commit comments