fix: clean up GitHub Actions workflows
- Enable GHA build cache across all workflows (replace no-cache: true) - Add [skip ci] guard to build-and-push to prevent duplicate latest builds during releases - Remove dead serverless branch trigger and build-routing-proxy job - Remove unused id-token: write permission - Add branch guard and contents: read permission to quick-fix workflow - Fix release notes heredoc indentation so markdown renders correctly - Fix git describe to use HEAD~1 for accurate changelog after version bump Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,9 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user