chore: import upstream snapshot with attribution
/ test (push) Failing after 1s
/ build-and-push-to-ghcr (push) Has been skipped

This commit is contained in:
wehub-resource-sync
2026-07-13 12:23:39 +08:00
commit f1ba9c6c36
177 changed files with 54678 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
run-name: CI (tests)
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches-ignore:
- main
- ops
- ci-debug
- dev
paths-ignore:
- '**.md'
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/_test.yml
permissions:
contents: read
secrets: inherit