We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0ec5d commit 501c0c1Copy full SHA for 501c0c1
.github/workflows/analysis_workflow.yml
@@ -55,7 +55,7 @@ jobs:
55
56
publish_benchmark_results_to_gh_pages:
57
name: Publish benchmark results to gh-pages
58
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' && github.head_ref == '' # head_ref is empty for commits pushed to PR event
59
needs: [benchmark_commits]
60
runs-on: ubuntu-22.04
61
container:
0 commit comments