Skip to content

Commit

Permalink
CI: remove redundant save cache step (#33052)
Browse files Browse the repository at this point in the history
remove
  • Loading branch information
bongbui321 authored Jul 24, 2024
1 parent d49c519 commit 3446941
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tools_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ jobs:
scons-${{ runner.arch }}-ubuntu2004
- name: Building openpilot
run: uv run scons -u -j$(nproc)
- name: Saving scons cache
uses: actions/cache/save@v4
if: github.ref == 'refs/heads/master'
with:
path: /tmp/scons_cache
key: scons-${{ runner.arch }}-ubuntu2004-${{ env.CACHE_COMMIT_DATE }}-${{ github.sha }}

devcontainer:
name: devcontainer
Expand Down

0 comments on commit 3446941

Please sign in to comment.