Skip to content

Commit

Permalink
Merge pull request #274 from bgilbert/sometimes
Browse files Browse the repository at this point in the history
workflows: drop `save-always` from `actions/cache` invocation
  • Loading branch information
bgilbert authored Aug 19, 2024
2 parents b96a595 + 1cf1a64 commit be1444d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
with:
key: build-packagecache
path: subprojects/packagecache
save-always: true
- name: Build source tarball
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit be1444d

Please sign in to comment.