Skip to content

Commit

Permalink
[CI] Only declare git repo safe when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Aug 18, 2024
1 parent dd818fd commit 9f03bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive
- uses: actions/checkout@v4
- name: "Declare git repo safe"
if: ${{ matrix.build_docs }}
# In the docker container the repo is owned by 1001:123, causing the
# following error when running git commands:
#
Expand Down

0 comments on commit 9f03bd1

Please sign in to comment.