fixing target runner
Some checks failed
Sample job / Example-Job (push) Failing after 10s

This commit is contained in:
shockrah 2024-08-17 15:10:15 -07:00
parent 8cc7c40924
commit 2bceb4f592

View File

@ -6,7 +6,7 @@ on: [push]
jobs:
Example-Job:
runs-on: ubuntu-latest
runs-on: gitea-main
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"