Update .gitea/workflows/ci.yml
This commit is contained in:
parent
520aceaf6b
commit
fd54cb244c
@ -4,7 +4,11 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ci-tools
|
||||
runs-on: act-runner
|
||||
container:
|
||||
image: iohubdev/ci-tools:latest
|
||||
volumes:
|
||||
- /public:/public
|
||||
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!"
|
||||
|
Loading…
Reference in New Issue
Block a user