Skip to content

Commit 1316afd

Browse files
committed
Gate publish-main on lint job
Address Codex review feedback by requiring the publish-main job to wait for lint, test, and lint-actions jobs. This prevents publishing main images when lint or vulnerability checks fail. --- _Generated with [`mux`](https://github.com/coder/mux) • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh`_
1 parent e16898d commit 1316afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
publish-main:
105105
name: Publish GHCR :main
106-
needs: [test, lint-actions]
106+
needs: [test, lint, lint-actions]
107107
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
108108
runs-on: ubuntu-latest
109109
permissions:

0 commit comments

Comments
 (0)