From 614b733342392004f907a73236f488d567a962bb Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Fri, 10 May 2024 15:38:21 +0100 Subject: [PATCH] Revert "TEST: Force analyse documentation" This reverts commit 5f081e87ab071aa5096d0dfd3eff0c108326a367. --- .github/workflows/analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index b9e952ad..d23aed96 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -90,7 +90,7 @@ jobs: analyze-docs-linux: name: Documentation runs-on: ubuntu-22.04 - if: github.ref_name == 'master' + if: github.repository_owner == 'acidanthera' && github.ref_name == 'master' steps: - uses: actions/checkout@v4