1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: disable building docs (old)

This commit is contained in:
Ivar Conradi Østhus 2024-01-31 10:09:21 +01:00
parent e6ccd83739
commit ebd53a6ef9
No known key found for this signature in database
GPG Key ID: 14F51E4841AF1DE1
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
jobs:
validate:
if: false # disable this job
name: build (18.x) # temporary solution to trick branch protection rules
runs-on: ubuntu-latest
steps:

View File

@ -14,6 +14,7 @@ on:
jobs:
build:
if: false # disable this job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4