Skip to content

Commit 21912ea

Browse files
committed
add pr
1 parent ada1c43 commit 21912ea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/actions/check-turbo-changes/action.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ runs:
5454
echo "Found packages:"
5555
cat packages_to_track.json
5656
57-
# - name: Get build json (PR based)
58-
# if: github.event_name == 'pull_request'
59-
# shell: bash
60-
# run: |
61-
# pnpm exec turbo run build --filter="...[origin/${{ github.base_ref }}]" --dry-run=json 2>/dev/null > build.json
57+
- name: Get build json (PR based)
58+
if: github.event_name == 'pull_request'
59+
shell: bash
60+
run: |
61+
pnpm exec turbo run build --filter="...[origin/${{ github.base_ref }}]" --dry-run=json 2>/dev/null > build.json
62+
6263
- name: Get build json (Push based)
6364
if: github.event_name == 'push'
6465
shell: bash

0 commit comments

Comments
 (0)