We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52becc3 commit 0f16066Copy full SHA for 0f16066
.github/workflows/build_documentation.yml
@@ -2,11 +2,11 @@ name: Build documentation
2
3
on:
4
push:
5
- branches:
6
- - main
7
- - doc-builder*
8
- - v*-release
9
- - v*-patch
+ # branches:
+ # - main
+ # - doc-builder*
+ # - v*-release
+ # - v*-patch
10
11
jobs:
12
build:
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ on:
branches:
- main
- - ci-*
+ # - ci-*
env:
13
HF_ALLOW_CODE_EVAL: 1
0 commit comments