#workflows
- Extracting Gold from Antigravity's Brain
A workflow for extracting architectural patterns and implementation challenges from AI agent walkthroughs to inform later engineering work.
- Optimizing Parallel Jobs in a Github Workflow
A GitHub Actions pattern that saves a built workspace so preview, test, and matrix jobs can run in parallel without rebuilding.
- Caching Playwright Binaries in GitHub Actions
A GitHub Actions caching strategy for Playwright browser binaries that reduces repeated downloads and speeds up browser-based CI runs.
- Docker Build Secrets in GitHub Actions
Pass a GitHub secret as a docker/build-push-action build argument, then expose it in each needed Dockerfile stage.
- Docker Buildx, GCR, and GitHub Actions Guide
Authenticate and push to Google Container Registry (gcr.io) from GitHub Actions using the docker/build-push-action and Google Cloud Auth.
- Auto-Merge Dependabot Pull Requests
A GitHub Actions workflow that approves and auto-merges Dependabot pull requests while relying on branch protection and required checks.
- GitHub Workflow to Sync Branches
A GitHub Actions workflow pattern for synchronizing branches across a repository without relying on a third-party GitHub Action.