From: Nick Porter Date: Fri, 28 Feb 2025 16:15:29 +0000 (+0000) Subject: Strategy only applies if there is a build matrix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0427fd1352f57a400a614a2f17686f8acc5c9732;p=thirdparty%2Ffreeradius-server.git Strategy only applies if there is a build matrix --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2a89875a35a..c96f6612edf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,8 +26,6 @@ jobs: build-docs: runs-on: ubuntu-latest if: github.repository_owner == 'FreeRADIUS' || github.event_name != 'schedule' - strategy: - fail-fast: true steps: - uses: actions/checkout@v4 @@ -84,9 +82,6 @@ jobs: runs-on: ubuntu-latest - strategy: - fail-fast: true - # Permissions needed to deploy on GitHub Pages permissions: contents: read @@ -131,9 +126,6 @@ jobs: runs-on: ubuntu-latest - strategy: - fail-fast: true - # Ensure only one job is attempting to update the docs repo concurrency: group: "antora-documentation"