From 633801c8a427eafc59c7150121bc4700979b1c81 Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Mon, 26 Aug 2024 00:16:42 +0200 Subject: [PATCH] suite --- .gitea/workflows/Quality.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index ebaec7b..c6d4a07 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -18,8 +18,7 @@ jobs: name: "Build & Test" # Permissions this GitHub Action needs for other things in GitHub - permissions: - pull-requests: write + permissions: write-all runs-on: ubuntu-latest @@ -66,14 +65,6 @@ jobs: indicators: true output: both thresholds: "10 30" - - run: ls - - name: Add Coverage PR Comment - uses: marocchino/sticky-pull-request-comment@v2 - if: github.event_name == 'pull_request' - with: - recreate: true - path: code-coverage-results.md - - name: Upload Test Result Files uses: actions/upload-artifact@v4 with: