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