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 d3f6781 commit 823eb98Copy full SHA for 823eb98
1 file changed
.github/workflows/perf-tests.yml
@@ -31,7 +31,6 @@ jobs:
31
32
permissions:
33
contents: read
34
- pull-requests: write # For PR comments
35
actions: read
36
37
steps:
@@ -70,15 +69,10 @@ jobs:
70
69
run: yarn perf:ci:compare
71
continue-on-error: true
72
73
- - name: Post PR comment
+ - name: Save PR number
74
if: github.event_name == 'pull_request'
75
- working-directory: packages/e2e-test-app-fabric
76
- env:
77
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
- run: yarn perf:ci:report
79
- continue-on-error: true
+ run: echo "${{ github.event.pull_request.number }}" > packages/e2e-test-app-fabric/.perf-results/pr-number.txt
80
81
- # ── Artifacts ──────────────────────────────────────────
82
- name: Upload perf results
83
if: always()
84
uses: actions/upload-artifact@v4
0 commit comments