You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`deploy-autopr-engine.yml`| Engine container build and Azure deployment | Push to `master`, PR, manual |
22
23
23
24
## Workflow Details
24
25
25
26
### Key conventions
26
27
27
28
- Engine workflows run from [engine](engine) via `working-directory`.
28
29
- Component workflows use path filters so unrelated changes do not trigger full builds.
29
-
- Release workflows use component-specific tag prefixes such as `engine-v1.2.3` and `desktop-v1.2.3`.
30
+
- Release workflows use component-specific tag prefixes such as `engine-v0.2.0-alpha.1` and `desktop-v0.2.0-alpha.1`.
30
31
- Infrastructure for the website and engine is sourced from [orchestration](orchestration).
32
+
- The engine deployment workflow still uses the filename [deploy-autopr-engine.yml](.github/workflows/deploy-autopr-engine.yml) for backward compatibility, but it deploys the current CodeFlow Engine.
31
33
32
34
### Archival follow-up
33
35
@@ -40,7 +42,7 @@ Before archiving the legacy repositories, update their README files with the red
0 commit comments