From 637939f3f31243f22a99b08c29f400c8aed01c89 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 23 Mar 2024 19:22:41 -0300 Subject: [PATCH] Update .forgejo/workflows/test.yaml --- .forgejo/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 4b571a7..bdc152e 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -2,7 +2,7 @@ name: test on: push: - branches: [ main ] + branches: [ "main" ] test: runs-on: docker @@ -10,7 +10,7 @@ on: - name: --cpu-period=100000 --cpu-quota=150000 in container.options run: apt-get update && apt-get install stress && stress --cpu 6 --timeout 10 - test: + test2: runs-on: docker container: image: debian:latest