remove unused workflow

This commit is contained in:
Your Name
2025-08-30 16:33:02 +02:00
parent e02edda8b0
commit 5bb08aca49
2 changed files with 0 additions and 31 deletions

View File

@@ -1,15 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Build-Gradle:
runs-on: ubuntu-latest
container:
image: gitea.hessj.de/administrator/gradle:0.0.31
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Verify Gradle Installation
run: cd "${{ gitea.workspace }}/helper" && /opt/gradle-8.13/bin/gradle wrapper && /opt/gradle-8.13/bin/gradle build --stacktrace --no-daemon

View File

@@ -1,16 +0,0 @@
name: Gitea Actions Demo2
run-name: ${{ gitea.actor }} is testing out Gitea Actions2 🚀
on: workflow_dispatch
jobs:
Build-Gradle:
runs-on: ubuntu-latest
container:
image: gitea.hessj.de/administrator/gradle:0.0.31
steps:
- name: Verify Gradle Installation
run: cd "${{ gitea.workspace }}/environmentex" && /opt/gradle-8.13/bin/gradle wrapper && /opt/gradle-8.13/bin/gradle build --stacktrace --no-daemon
- name: show if jar is built
run: ls ${{ gitea.workspace }}