diff --git a/.gitea/workflows/pandoc.yaml b/.gitea/workflows/pandoc.yaml index 0acb14c..b270d60 100644 --- a/.gitea/workflows/pandoc.yaml +++ b/.gitea/workflows/pandoc.yaml @@ -4,7 +4,7 @@ on: [push] jobs: pandoc-the-markdown: - runs: [self-hosted, linux, x64, gpu] + runs-on: [ self-hosted, linux, x64 ] 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!"