ci: remove runner tag from reuusable workflow
This commit is contained in:
parent
fe0af4d5e9
commit
ea2776124c
@ -10,7 +10,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-Image:
|
Build-Image:
|
||||||
runs-on: [self-hosted]
|
|
||||||
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
Block a user