Skip to content

Commit

Permalink
release workflow: Add 'free disk space' step
Browse files Browse the repository at this point in the history
Latest release attempt has been hitting issues running out of disk
partway through, so this should unblock that.

Long-term we probably want to switch this to our self-hosted runners but
there's some known issues preventing that for now.

Ref https://neondb.slack.com/archives/C059ZC138NR/p1697120311648149?thread_ts=1697120074.180899

Co-authored-by: Alexander Bayandin <[email protected]>
  • Loading branch information
sharnoff and bayandin committed Oct 12, 2023
1 parent a0b4484 commit 3b9cba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: free disk space
uses: jlumbroso/[email protected]
- name: git checkout
uses: actions/checkout@v3
- name: get version and git info
Expand Down

0 comments on commit 3b9cba4

Please sign in to comment.