From c5fcb7626c39d54aa1d2b768ba79e8a5468eff31 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Wed, 28 May 2025 14:09:57 +0200 Subject: [PATCH] check forgejo actions runner CPU, see #13 --- .forgejo/workflows/ci.yaml | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 18925ab8..73701228 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -6,35 +6,10 @@ on: - reopened push: branches: - - main + - '**' jobs: - check-pre-commit: + check-cpu: runs-on: native steps: - - uses: actions/checkout@v4 - - run: nix-build -A tests - - check-peertube: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: cd services && nix-build -A tests.peertube - - check-panel: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: cd panel && nix-build -A tests - - check-deployment-basic: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: nix build .#checks.x86_64-linux.deployment-basic -L - - check-deployment-cli: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: nix build .#checks.x86_64-linux.deployment-cli -L + - run: lscpu | grep name