mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-09 20:57:57 +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:
2
.github/workflows/qc_checks.yaml
vendored
2
.github/workflows/qc_checks.yaml
vendored
@@ -392,7 +392,7 @@ jobs:
|
||||
|
||||
performance:
|
||||
name: Tests - Performance
|
||||
runs-on: codspeed-macro
|
||||
runs-on: ubuntu-24.04 # codspeed-macro
|
||||
|
||||
needs: ["pre-commit", "paths-filter"]
|
||||
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.force == 'true'
|
||||
|
||||
Reference in New Issue
Block a user