]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Strategy only applies if there is a build matrix
authorNick Porter <nick@portercomputing.co.uk>
Fri, 28 Feb 2025 16:15:29 +0000 (16:15 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 28 Feb 2025 16:16:05 +0000 (16:16 +0000)
.github/workflows/documentation.yml

index 2a89875a35ab68528069079c67cdfa5b42241dd3..c96f6612edfc439900133cf7c82299549df5d739 100644 (file)
@@ -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"