Skip to content

Commit

Permalink
fixing the memory issue in auto-cherry-pick GHA (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored Oct 25, 2023
1 parent cf4ee07 commit 4e95540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
label: ${{ github.event.pull_request.labels.*.name }}

steps:
# Needed to avoid out-of-memory error
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
## Nailgun Repo Checkout
- uses: actions/checkout@v3
if: ${{ startsWith(matrix.label, '6.') && matrix.label != github.base_ref }}
Expand Down

0 comments on commit 4e95540

Please sign in to comment.