wiki-guard: skip on forks (no <fork>.wiki repo to check out)

This commit is contained in:
neil 2026-07-12 11:43:07 +08:00
parent 44c045b056
commit c0d62eb934

View file

@ -37,6 +37,9 @@ concurrency:
jobs:
guard:
# Forks have no <fork>.wiki repository, so the checkout below would
# fail there -- run only in the upstream repository.
if: github.repository == 'acmesh-official/acme.sh'
runs-on: ubuntu-latest
steps:
- name: Checkout wiki repository