[CI-SKIP] Update README a lil, add CI SKIP feature to gitea workflow
All checks were successful
Build (artifact) / build (push) Has been skipped

This commit is contained in:
2026-03-08 23:14:40 +01:00
parent 41b3a76c3b
commit e6a2ba2f8b
2 changed files with 22 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[CI-SKIP]')"
steps:
- name: Checkout