2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-10 05:08:09 +00:00

Switch away from codspeed-macro to ubuntu-24.04 (#11099)

The current usage limits are not feasible for our deploy model
This commit is contained in:
Matthias Mair
2026-01-08 08:55:43 +01:00
committed by GitHub
parent 4709dc8a9a
commit f01d56ec0b

View File

@@ -392,7 +392,7 @@ jobs:
performance: performance:
name: Tests - Performance name: Tests - Performance
runs-on: codspeed-macro runs-on: ubuntu-24.04 # codspeed-macro
needs: ["pre-commit", "paths-filter"] needs: ["pre-commit", "paths-filter"]
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true' if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true'