Skip to content

Commit

Permalink
only triggered by the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-Zhewen committed Jan 17, 2025
1 parent 13cfbc3 commit 51a0192
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51a0192

Please sign in to comment.