feat: change workflow to run on self-hosted 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:48:56 +01:00
parent 02ec704de0
commit c60e310ed2

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
Build-Gradle:
runs-on: ubuntu:noble
runs-on: self-hosted
steps:
- name: Checkout Repository