diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9ec783..8c6de89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI permissions: {} +cache-mode: none on: pull_request: diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 994ec6f..083c570 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -8,6 +8,7 @@ on: - synchronize permissions: {} +cache-mode: none # The runner's default shell adds only -e, so an unset variable or a failure # mid-pipeline would otherwise pass silently. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b19762f..5ca9ed2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: Release permissions: {} +cache-mode: none on: pull_request: