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.
2 parents 61d339e + 3cff1c7 commit 7919bddCopy full SHA for 7919bdd
.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