Update .gitea/workflows/pandoc.yaml
Create HTML / pandoc-the-markdown (push) Has been cancelled Details

This commit is contained in:
Masin Al-Dujaili 2024-09-13 13:43:41 +00:00
parent 6945d95c9b
commit 608663ffa0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
pandoc-the-markdown: pandoc-the-markdown:
runs: [self-hosted, linux, x64, gpu] runs-on: [ self-hosted, linux, x64 ]
steps: steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - 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!" - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"