Skip to content

Commit

Permalink
Revert "fix: action to free up disk space before every job"
Browse files Browse the repository at this point in the history
This reverts commit 91d19aa.
  • Loading branch information
John San Soucie committed Oct 1, 2023
1 parent 91d19aa commit 28a188c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pull-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
python-version: ["3.9"]
runs-on: "${{ matrix.os }}"
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Checkout
uses: actions/checkout@v4
- name: "Set up Python ${{ matrix.python-version }}"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
python-version: ["3.9"]
runs-on: "${{ matrix.os }}"
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Checkout
uses: actions/checkout@v4
- name: read action options
Expand Down

0 comments on commit 28a188c

Please sign in to comment.