From 217e47ed2091c2fe9021f12604c08a241cabca4a Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 31 Oct 2025 18:25:17 +0100 Subject: [PATCH] del --- .gitea/workflows/checks-and-policy.yml | 28 -------------------------- 1 file changed, 28 deletions(-) diff --git a/.gitea/workflows/checks-and-policy.yml b/.gitea/workflows/checks-and-policy.yml index e2e1d80..8fc17ec 100644 --- a/.gitea/workflows/checks-and-policy.yml +++ b/.gitea/workflows/checks-and-policy.yml @@ -81,20 +81,6 @@ jobs: working-directory: ./frontend run: yarn lint - - name: Set frontend status - uses: actions/github-script@v7 - with: - github-token: ${{ secrets.ACCESS_TOKEN }} - script: | - github.repos.createCommitStatus({ - owner: context.repo.owner, - repo: context.repo.repo, - sha: context.sha, - state: 'success', - context: 'CI Frontend', - description: 'Frontend unit tests passed' - }) - backend-jobs: name: Set up Java for Backend Tests and Build runs-on: ubuntu-latest @@ -167,19 +153,5 @@ jobs: run: mvn clean test -Dspring.profiles.active=test - - name: Set backend status - uses: actions/github-script@v7 - with: - github-token: ${{ secrets.ACCESS_TOKEN }} - script: | - github.repos.createCommitStatus({ - owner: context.repo.owner, - repo: context.repo.repo, - sha: context.sha, - state: 'success', - context: 'CI Backend', - description: 'Backend unit tests passed' - }) - - name: Done run: echo "Workflow successfully completed." \ No newline at end of file