From 5dc7bb883f270957aaa424e3e3247f4d51cce982 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Tue, 29 Oct 2024 23:36:34 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index d9e37aa..900fd9d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -3,11 +3,8 @@ on: push: branches: - main - pull_request: - types: [opened, synchronize, reopened] jobs: sonarcloud: - name: SonarCloud runs-on: ubuntu-latest steps: - uses: actions/checkout@v4