diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 7d961b2d4..59da6ad15 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -237,9 +237,8 @@ jobs: done # Only publish the performance results on main branch pushes. - # github.event_name == 'push' && github.ref_name == 'main' - name: Publish performance results - if: github.ref_name == '1035/merge' + if: github.event_name == 'push' && github.ref_name == 'main' run: | cp build_tools/ci/cpu_comparison/performance_publish.py . git fetch origin gh-pages