Remove depot.dev support from GitHub Actions workflows (#7148)

This commit is contained in:
Anthony Stirling
2026-07-24 10:52:26 +01:00
committed by GitHub
parent 4fbb2fe885
commit 831bd4fe94
25 changed files with 59 additions and 414 deletions
+1 -7
View File
@@ -22,15 +22,9 @@ permissions:
contents: read
jobs:
pick:
uses: ./.github/workflows/_runner-pick.yml
push:
if: ${{ vars.CI_PROFILE != 'lite' }}
needs: pick
runs-on: ${{ needs.pick.outputs.use_depot == 'true' && 'depot-ubuntu-24.04-4' || 'ubuntu-latest' }}
env:
DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3