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
|**Pull Request**|`.github/workflows/cicd-1-pull-request.yml`|`pull_request` (opened/sync/reopened) | Commit/Test/Build/Acceptance stages | No tags/releases |
21
-
|**Dev**|`.github/workflows/cicd-2-publish.yml`|`push` to `main`| Builds & deploys to dev | Creates and pushes `dev-YYYYMMDDHHMMSS` tag |
22
-
|**Test**|`.github/workflows/cicd-3-test.yml`| Manual (`workflow_dispatch`) | Deploys the chosen tag to test | No tags, no releases |
23
-
|**Preprod**|`.github/workflows/cicd-4-preprod-deploy.yml` → calls `base-deploy.yml`| Manual (`workflow_dispatch`) | Deploys chosen ref and **creates/bumps an RC tag**; pre-release |`vX.Y.Z-rc.N` + GitHub **pre-release**|
24
-
|**Prod**|`.github/workflows/cicd-5-prod-deploy.yml` → calls `base-deploy.yml`| Manual (`workflow_dispatch`) | Promotes a specific RC to final |`vX.Y.Z` + GitHub **Release**|
18
+
| Stage | Workflow file | Trigger | What it does | Tags / Releases|
|**Pull Request**|`.github/workflows/cicd-1-pull-request.yml`|`pull_request` (opened/sync/reopened) | Commit/Test/Build/Acceptance stages | No tags/releases|
21
+
|**Dev**|`.github/workflows/cicd-2-publish.yml`|`push` to `main`| Builds & deploys to dev| Creates and pushes `dev-YYYYMMDDHHMMSS` tag |
22
+
|**Test**|`.github/workflows/cicd-3-test.yml`| Manual (`workflow_dispatch`) | Deploys the chosen tag to test | No tags, no releases|
23
+
|**Preprod**|`.github/workflows/cicd-4-preprod-deploy.yml` → calls `base-deploy.yml`| Manual (`workflow_dispatch`) | Deploys chosen ref and **creates/bumps an RC tag**; pre-release |`vX.Y.Z-rc.N` + GitHub **pre-release**|
24
+
|**Prod**|`.github/workflows/cicd-5-prod-deploy.yml` → calls `base-deploy.yml`| Manual (`workflow_dispatch`) | Promotes a specific RC to final |`vX.Y.Z` + GitHub **Release**|
25
25
26
26
> **Note:** The preprod/prod entry workflows are thin wrappers around a **reusable** workflow (`base-deploy.yml`).
27
27
@@ -114,15 +114,15 @@ Releases are immutable and auditable:
0 commit comments