Modificato il runs-on
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

Signed-off-by: Flavio Barachino <flavio.barachino@lavorain.cloud>
This commit is contained in:
Flavio Barachino 2024-12-10 12:39:56 +00:00
parent 00a89f6b6d
commit 537a9f73f8

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux_amd64
runs-on: ubuntu_latest
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!"