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 0ccd012 commit c0270e7Copy full SHA for c0270e7
.github/workflows/Benchmarks.yml
@@ -28,6 +28,7 @@ permissions:
28
actions: write
29
contents: write
30
deployments: write
31
+ pull-requests: write
32
33
jobs:
34
benchmark:
@@ -63,4 +64,4 @@ jobs:
63
64
fail-on-alert: true
65
benchmark-data-dir-path: benchmarks
66
max-items-in-chart: 100
- auto-push: ${{ github.event_name != 'pull_request' }}
67
+ auto-push: ${{ github.event_name != 'pull_request' || github.event.pull_request.merged }}
0 commit comments