Skip to content

Commit

Permalink
Remove caching
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt committed Apr 1, 2023
1 parent 585c4a6 commit a73cfc2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ jobs:
with:
platforms: ${{ matrix.configuration.platform }}

- name: Cache
uses: actions/cache@v3
with:
path: ./.flatpak-builder
key: flatpak-builder-${{ matrix.configuration.name }}-${{ github.sha }}
restore-keys: flatpak-builder-${{ matrix.configuration.name }}-

- name: Build
env:
DISPLAY: "0:0"
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ jobs:
sudo flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Cache
uses: actions/cache@v3
with:
path: ./.flatpak-builder
key: flatpak-builder-${{ matrix.configuration.name }}-${{ github.sha }}
restore-keys: flatpak-builder-${{ matrix.configuration.name }}-

- name: Build
env:
DISPLAY: "0:0"
Expand Down Expand Up @@ -107,6 +100,3 @@ jobs:
env:
REPO_TOKEN: ${{ secrets.FLAT_MANAGER_TOKEN }}
run: flat-manager-client purge ${{ env.build_id }}

- name: Cleanup local repository
run: rm -rf elementary
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ jobs:
with:
platforms: ${{ matrix.configuration.platform }}

- name: Cache
uses: actions/cache@v3
with:
path: ./.flatpak-builder
key: flatpak-builder-${{ matrix.configuration.name }}-${{ github.sha }}
restore-keys: flatpak-builder-${{ matrix.configuration.name }}-

- name: Build
env:
DISPLAY: "0:0"
Expand Down Expand Up @@ -107,6 +100,3 @@ jobs:
env:
REPO_TOKEN: ${{ secrets.FLAT_MANAGER_TOKEN }}
run: flat-manager-client purge ${{ env.build_id }}

- name: Cleanup local repository
run: rm -rf elementary

0 comments on commit a73cfc2

Please sign in to comment.