Commit 458fa3f
Add merge_group trigger and fix Docker caching in CI workflows
- PR-Build-And-Test.yml: Add merge_group trigger so Docker validation
and tests run in the GitHub merge queue
- PR-Build-And-Test.yml: Replace outputs: type=docker,dest=*.tar with
push: false — tar was never uploaded as artifact; this skips the
slow layer extraction while still populating the GHA cache
- Build-Test-And-Deploy.yml: Remove dead "Docker build (no push)" step
whose condition (pull_request || merge_group) could never be true
since the workflow only triggers on push to main and workflow_dispatch;
PR/merge_group validation is now handled by PR-Build-And-Test.yml
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c23d291 commit 458fa3f
2 files changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 66 | | |
78 | 67 | | |
79 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
0 commit comments