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 ada1c43 commit 21912eaCopy full SHA for 21912ea
.github/actions/check-turbo-changes/action.yml
@@ -54,11 +54,12 @@ runs:
54
echo "Found packages:"
55
cat packages_to_track.json
56
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
+ - name: Get build json (PR based)
+ if: github.event_name == 'pull_request'
+ shell: bash
+ run: |
+ pnpm exec turbo run build --filter="...[origin/${{ github.base_ref }}]" --dry-run=json 2>/dev/null > build.json
62
+
63
- name: Get build json (Push based)
64
if: github.event_name == 'push'
65
shell: bash
0 commit comments