Skip to content

Commit 447aa06

Browse files
committed
chore(ci): update GitHub Actions workflow to use latest nx-set-shas version and improve event trigger format
1 parent 9047b8c commit 447aa06

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: pr
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
45

56
concurrency:
67
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
@@ -25,7 +26,7 @@ jobs:
2526
- name: Setup Tools
2627
uses: tanstack/config/.github/setup@main
2728
- name: Get base and head commits for `nx affected`
28-
uses: nrwl/nx-set-shas@v4.1.2
29+
uses: nrwl/nx-set-shas@v4.4.0
2930
- name: Run Tests
3031
run: pnpm run test:pr --parallel=3
3132
- name: Stop Agents

0 commit comments

Comments
 (0)