Update .gitea/workflows/pandoc.yaml
Create HTML / pandoc-the-markdown (push) Has been cancelled
Details
Create HTML / pandoc-the-markdown (push) Has been cancelled
Details
This commit is contained in:
parent
6945d95c9b
commit
608663ffa0
|
@ -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!"
|
||||||
|
|
Loading…
Reference in New Issue