feat: change workflow to run on local environment
Some checks are pending
Gitea Actions Demo / Build-Gradle (push) Waiting to run

This commit is contained in:
Your Name
2025-03-27 11:54:13 +01:00
parent dc40d826b6
commit ca05d70975

View File

@@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Build-Gradle: Build-Gradle:
runs-on: ubuntu-latest runs-on: local
steps: steps:
# - name: Checkout Repository # - name: Checkout Repository