Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/images-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,12 @@ jobs:
labctl-images-

# PR: run full sync without upload (tests hooks, no credentials needed)
# Skip transform hooks in PR - they require specialized tools (talhelper, sops, docker)
# that are only available in the full sync environment
- name: Sync Images (PR - no upload)
if: github.event_name == 'pull_request'
run: |
./labctl images sync --no-upload --cache-dir ~/.cache/labctl
./labctl images sync --no-upload --skip-transform-hooks --cache-dir ~/.cache/labctl

# Push/dispatch: full sync with credentials
- name: Install SOPS
Expand Down
Loading