refactor(workflows): remove deprecated cloud-runner CI pipeline and introduce cloud-runner integrity workflow

This commit is contained in:
Frostebite
2025-09-06 02:47:10 +01:00
parent f7df350964
commit 26fcfceaa8
3 changed files with 85 additions and 235 deletions

View File

@@ -26,3 +26,8 @@ jobs:
- run: bash <(curl -s https://codecov.io/bash)
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
# - run: yarn build --quiet && git diff --quiet dist || { echo "dist should be auto generated" ; git diff dist ; exit 62; }
cloud-runner:
name: Cloud Runner Integrity
uses: ./.github/workflows/cloud-runner-integrity.yml
secrets: inherit