diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 11:28:09 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 11:28:15 +0100 |
| commit | 4fb31e8448c41c2199d3469913ae4c2a9b3db9fb (patch) | |
| tree | 4d6ab00ecc87506bcc761aa3cbdd2196f4da7440 /.forgejo/workflows | |
| parent | 026506786df47e805c926667887fae982283aa34 (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
Diffstat (limited to '.forgejo/workflows')
| -rw-r--r-- | .forgejo/workflows/test.yml | 2 |
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: |
