diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 587faa1..b0e4ed5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -2,7 +2,7 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [ push ] jobs: - build-base-image: + build: runs-on: fz steps: - uses: actions/checkout@v3