Files
wehub-resource-sync f1ba9c6c36
/ test (push) Failing after 1s
/ build-and-push-to-ghcr (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:23:39 +08:00

25 lines
377 B
YAML

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