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 61d339e commit 3cff1c7Copy full SHA for 3cff1c7
.github/workflows/perf-ci.yml
@@ -48,3 +48,5 @@ jobs:
48
comment-on-alert: true
49
fail-on-alert: true
50
comment-always: true
51
+ # Upload results only for master
52
+ auto-push: ${{ github.ref == 'refs/heads/master' }}
0 commit comments