Skip to content

Commit

Permalink
Update update_supply_chain.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius authored Oct 18, 2023
1 parent 6a843c0 commit 338e641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_supply_chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

# smoelius: The next use of `actions/cache` should match what is in ci.yml.
- uses: actions/cache@v3
# smoelius: Do not use the cache. I think using it may be preventing PRs being created,
# because supply_chain.json appears current relative to what's in the cache.
if: ${{ false }}
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 338e641

Please sign in to comment.