Support checks in forked repositories

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2025-08-19 10:35:28 +02:00
parent f9f1495df5
commit 649d75ac33
3 changed files with 3 additions and 0 deletions

View file

@ -56,6 +56,7 @@ jobs:
jekyll build --verbose
- name: Deploy Jekyll site
id: deploy_site
if: ${{ ! forge.event.pull_request.head.repo.fork }}
run: |
if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then
WEB_ROOT="${WEB_DIR}/live"

View file

@ -12,6 +12,7 @@ env:
WEB_CONTEXT: "/${{ forge.event.pull_request.number }}/"
jobs:
jekyll_cleanup:
if: ${{ ! forge.event.pull_request.head.repo.fork }}
runs-on: ubuntu-22.04
permissions:
pull-requests: read