mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
wiki-guard: skip on forks (no <fork>.wiki repo to check out)
This commit is contained in:
parent
44c045b056
commit
c0d62eb934
1 changed files with 3 additions and 0 deletions
3
.github/workflows/wiki-guard.yml
vendored
3
.github/workflows/wiki-guard.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue