skip and build mvn
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Has been skipped
checks / Set up Java for Backend Tests and Build (push) Has been skipped
Gitea Actions Demo / Explore Gitea Actions - 2 (pull_request) Has been skipped
Gitea Actions Demo 2 / Builder (pull_request) Failing after 8s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Has been skipped
checks / Set up Java for Backend Tests and Build (pull_request) Has been skipped

This commit is contained in:
Patrick
2025-11-03 20:53:51 +01:00
parent b78e710f86
commit 4c35b3802f
4 changed files with 18 additions and 11 deletions

View File

@ -7,6 +7,7 @@ on:
jobs:
frontend-jobs:
name: Set up Node and other necessary dependencies for Frontend Tests and Build
if: ${{ github.ref == 'refs/heads/main' }} # skip
runs-on: ubuntu-latest
steps:
@ -83,6 +84,7 @@ jobs:
backend-jobs:
name: Set up Java for Backend Tests and Build
if: ${{ github.ref == 'refs/heads/main' }} # skip
runs-on: ubuntu-latest
#container:
#image: eclipse-temurin:21-jdk