From 4fb31e8448c41c2199d3469913ae4c2a9b3db9fb Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 12 Feb 2026 11:28:09 +0100 Subject: Workflows: Use small runner Tiny has a 2 minute timeout: https://codeberg.org/actions/meta#available-runners Our tests almost take 1.5+ minutes so that leaves no room for linting --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 691c96c..e99f626 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,7 +1,7 @@ on: [ push ] jobs: test: - runs-on: codeberg-tiny-lazy + runs-on: codeberg-small-lazy container: image: codeberg.org/fkooman/ci:latest steps: -- cgit v1.2.3