fix: remove bad runner #2

Merged
Theo merged 1 commits from dev into main 2025-09-11 23:52:15 +02:00
Showing only changes of commit 386085d942 - Show all commits

View File

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