Skip to content

Commit

Permalink
Change cache key from workflow_sha to repository_id (openjverein#534)
Browse files Browse the repository at this point in the history
Co-authored-by: dippeal <[email protected]>
  • Loading branch information
dippeal and dippeal authored Dec 17, 2024
1 parent 630753b commit dea60cf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
./cached-tags
jameica
hibiscus
key: ${{ runner.os }}-${{ github.workflow_sha }}
key: ${{ runner.os }}-${{ github.repository_id }}

- name: Checkout openjverein
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
./cached-tags
jameica
hibiscus
key: ${{ runner.os }}-${{ github.workflow_sha }}
key: ${{ runner.os }}-${{ github.repository_id }}

- name: Checkout openjverein
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
./cached-tags
jameica
hibiscus
key: ${{ runner.os }}-${{ github.workflow_sha }}
key: ${{ runner.os }}-${{ github.repository_id }}

- name: Checkout openjverein
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
./cached-tags
jameica
hibiscus
key: ${{ runner.os }}-${{ github.workflow_sha }}
key: ${{ runner.os }}-${{ github.repository_id }}

- name: Load cached tags
id: load-cache
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
./cached-tags
jameica
hibiscus
key: ${{ runner.os }}-${{ github.workflow_sha }}
key: ${{ runner.os }}-${{ github.repository_id }}

0 comments on commit dea60cf

Please sign in to comment.