Skip to content

Commit

Permalink
Revert "CI: test cache build"
Browse files Browse the repository at this point in the history
This reverts commit 5338404.

Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed May 9, 2024
1 parent 1a40f4b commit 696d829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:

- name: Rootfs Cache Build
timeout-minutes: 720
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/master' }}
run: scripts/tests/build_test -s Install-deps -e "\-CACHE"

0 comments on commit 696d829

Please sign in to comment.