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:
parent
e6ccd83739
commit
ebd53a6ef9
1
.github/workflows/build_doc_prs.yaml
vendored
1
.github/workflows/build_doc_prs.yaml
vendored
@ -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:
|
||||
|
1
.github/workflows/generate-docs.yaml
vendored
1
.github/workflows/generate-docs.yaml
vendored
@ -14,6 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: false # disable this job
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user