Try Forgejo actions with runs-on: self-hosted
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Théo Barnouin 2024-10-23 14:59:32 +02:00
parent ee8a49b449
commit 7f7f604882

View file

@ -1,6 +1,6 @@
on: [push] on: [push]
jobs: jobs:
test: test:
runs-on: native runs-on: self-hosted
steps: steps:
- run: echo All Good - run: echo All Good