Skip to content

Commit 7005e10

Browse files
committed
ci: no need to check to skip the docs since it depends on a build
1 parent 18e83a3 commit 7005e10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170

171171
doc:
172172
name: Docs
173-
if: ${{ github.repository_owner == 'nvidia' && !fromJSON(needs.should-skip.outputs.skip) }}
173+
if: ${{ github.repository_owner == 'nvidia' }}
174174
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
175175
permissions:
176176
id-token: write
@@ -179,7 +179,6 @@ jobs:
179179
needs:
180180
- ci-vars
181181
- build-linux-64
182-
- should-skip
183182
secrets: inherit
184183
uses: ./.github/workflows/build-docs.yml
185184
with:

0 commit comments

Comments
 (0)