Skip to content

Commit

Permalink
ci: disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 18, 2023
1 parent 617bdbc commit 5d3b8c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
uses: actions/checkout@v4.0.0

- name: Make patches
# TODO: this check does not work.
if: steps.cache-patches.outputs.cache-hit != 'true'
# if: steps.cache-patches.outputs.cache-hit != 'true'
run: |
chmod 755 .github/patch
bash .github/patch
- name: Cache patches
id: cache-patches
uses: actions/cache@v3.3.2
with:
path: patches
key: ${{ runner.os }}-patches
# TODO: Find way to uniquely label caches.
# - name: Cache patches
# id: cache-patches
# uses: actions/cache@v3.3.2
# with:
# path: patches
# key: ${{ runner.os }}-patches

- name: Commit patches
uses: GuillaumeFalourd/git-commit-push@v1.3
Expand Down

0 comments on commit 5d3b8c8

Please sign in to comment.