workflows add
Some checks failed
Java Application Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-07-26 07:39:30 -05:00
parent 32a570ea2c
commit 31d9f9c97f

View File

@@ -1,5 +1,5 @@
name: Java Application Build and Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
@@ -7,7 +7,7 @@ on:
jobs:
build-and-deploy:
runs-on: gitea-runner-label # Use the label matching your Gitea runner
runs-on: ubuntu-latest # Use the label matching your Gitea runner
steps:
- name: Checkout code
uses: actions/checkout@v4