Migrate CI runners from Depot back to GitHub-hosted runners (#18347)

## Summary
- Replaces all `depot-ubuntu-24.04` runners with `ubuntu-latest`
- Replaces all `depot-ubuntu-24.04-8` runners with
`ubuntu-latest-8-cores`
- Updates storybook build cache keys in ci-front.yaml to reflect the
runner name change

Reverts the temporary Depot migration introduced in #18163 / #18179
across all 23 workflow files.
This commit is contained in:
Charles Bochet
2026-03-03 14:14:27 +01:00
committed by GitHub
parent 005223de8c
commit d48c58640c
23 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
)
)
timeout-minutes: 5
runs-on: depot-ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Trigger preview environment workflow
uses: peter-evans/repository-dispatch@v2