Skip to content

Commit

Permalink
Reduce repo size by removing accumulative commits in CI job (#5982)
Browse files Browse the repository at this point in the history
* Use force_orphan in the CI job

Use force_orphan in the CI job

* Update .github/workflows/docs.yml

---------

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
Owen-CH-Leung and alamb authored Jul 1, 2024
1 parent 8e9bdce commit 8284e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website/build
publish_branch: asf-site
# Avoid accumulating history of in progress API jobs: https://github.com/apache/arrow-rs/issues/5908
force_orphan: true

0 comments on commit 8284e5f

Please sign in to comment.