remove obsolete test.yml (runs-on python-latest label no longer exists)
Official Action - checkout / checkout (push) Successful in 4s
Official Contexts / contexts (push) Successful in 2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
hermes
2026-08-03 15:10:04 +08:00
parent 22763250f9
commit 6811bbdc9e
-9
View File
@@ -1,9 +0,0 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
python:
runs-on: python-latest
steps:
- run: python --version