Skip to content

Commit

Permalink
CI: Fetch all changes for docs jobs
Browse files Browse the repository at this point in the history
The docs jobs need to fetch all changes to ensure that the docs are
built properly given the use of reno

Issue: RELENG-5356
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: I93bd81f922045cc7f8f373e3b22a014eba047b03
  • Loading branch information
tykeal committed Jun 3, 2024
1 parent 1b89e5d commit c83480d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
gerrit-project: ${{ inputs.GERRIT_PROJECT }}
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
fetch-depth: 0
- name: Configure Python
uses: actions/setup-python@v5
id: setup-python
Expand All @@ -178,6 +179,7 @@ jobs:
gerrit-project: ${{ inputs.GERRIT_PROJECT }}
gerrit-url: ${{ vars.GERRIT_URL }}
delay: "0s"
fetch-depth: 0
- name: Configure Python
uses: actions/setup-python@v5
id: setup-python
Expand Down

0 comments on commit c83480d

Please sign in to comment.