From 5da7301d19e0a293bc2187520b471361beaefe92 Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Wed, 18 Jun 2025 18:23:10 -0700 Subject: remove sccache due to the instability (#7484) --- .github/workflows/release.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5319fa373..2981708b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,16 +3,8 @@ name: Release on: workflow_dispatch: push: - # Also run on pushes to the main branch so that we can keep the llvm and sccache - # caches filled in a scope available to everyone - branches: - - master - paths-ignore: - - "docs/**" - - "LICENSES/**" - - "LICENSE" - - "CONTRIBUTING.md" - - "README.md" + # We are not caching the builds so we don't want to run the release workflow for every push to master; + # The release workflow is only triggered by tags or manual dispatch tags: - "v*" jobs: -- cgit v1.2.3