Skip to content

Commit

Permalink
use the sha of the commit; not of the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 2, 2024
1 parent ed8a879 commit 7bbe3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
${{ github.workspace }}/dash/depends/built
${{ github.workspace }}/dash/depends/sources
${{ github.workspace }}/dash/depends/work
key: ${{ runner.os }}-guix-${{ github.event.pull_request.head.sha }}
key: ${{ runner.os }}-guix-${{ github.sha }}
restore-keys: |
${{ runner.os }}-guix-${{ github.event.pull_request.head.sha }}
${{ runner.os }}-guix-${{ github.sha }}
${{ runner.os }}-guix-
Expand Down

0 comments on commit 7bbe3cb

Please sign in to comment.