Skip to content

Commit

Permalink
[NRL-793] Fix cache restore in perms pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean3-nhs committed Sep 19, 2024
1 parent 4c2ad3f commit 74d5d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lambda-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
uses: actions/cache/restore@v4
with:
key: ${{ github.run_id }}-pulled-lambda-artifacts
path: ./dist
path: dist/*.zip
fail-on-cache-miss: true

- name: Restore NRLF permissions cache
Expand Down

0 comments on commit 74d5d9b

Please sign in to comment.