summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-12 11:28:09 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-12 11:28:15 +0100
commit4fb31e8448c41c2199d3469913ae4c2a9b3db9fb (patch)
tree4d6ab00ecc87506bcc761aa3cbdd2196f4da7440
parent026506786df47e805c926667887fae982283aa34 (diff)
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
-rw-r--r--.forgejo/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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: