change runner tag
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
This commit is contained in:
parent
16e09b0ea3
commit
7e42494a5c
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
|||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: python
|
||||
steps:
|
||||
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
|
Loading…
Reference in a new issue