Skip to content

Commit

Permalink
ci: Fix build_performance GitHub CI job after #3135 (#3487)
Browse files Browse the repository at this point in the history
#3135 broke `build_performance`
which was not observed in the PR because this job only runs on the main
branch
  • Loading branch information
andiwand authored Aug 7, 2024
1 parent ea794f2 commit fc225f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
build_performance:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/ubuntu2404:53
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -98,6 +97,7 @@ jobs:
--preset=github-ci
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_CXX_FLAGS="-Werror"
-DACTS_BUILD_ODD=OFF
- name: Measure
run: cmakeperf collect build/compile_commands.json -o perf.csv
- name: Results
Expand Down

0 comments on commit fc225f6

Please sign in to comment.