add self-hosted
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Alessio 2025-02-19 21:02:59 -08:00
parent 94ce3a3b3b
commit a30257f329

View File

@ -4,7 +4,9 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: alpine runs-on: self-hosted
container:
image: alpine
steps: steps:
- name: Do stuff - name: Do stuff
run: | run: |