Skip to content

Commit a4fe176

Browse files
committed
Fix syntax error
1 parent 12eca02 commit a4fe176

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/analysis_workflow.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555

5656
publish_benchmark_results_to_gh_pages:
5757
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 == ''
58+
if: github.ref == 'refs/heads/master' && github.head_ref == '' # head_ref is empty for commits pushed to PR event
6059
needs: [benchmark_commits]
6160
runs-on: ubuntu-22.04
6261
container:

0 commit comments

Comments
 (0)