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
Copy file name to clipboardexpand all lines: .github/workflows/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This document outlines the guidelines for contributing to and maintaining GitHub
13
13
14
14
Our YAML files are organized based on specific roles and event triggers. When creating or modifying workflows, ensure that:
15
15
- The file roles described below are strictly maintained.
16
-
- Job sequences within workflows are preserved using [GitHub Action job dependencies](https://docs.github.com/en/actions/using-workflows/using-jobs-in-a-workflow#defining-prerequisite-jobs).
16
+
- Job sequences within workflows are preserved using [GitHub Action job dependencies](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-jobs-in-a-workflow#defining-prerequisite-jobs).
17
17
18
18
### File Categorization
19
19
@@ -42,7 +42,7 @@ Separate files may be created for workflows that:
42
42
43
43
- Only work correctly if they have a dedicated file.
44
44
Examples:
45
-
-[Preview Deployment](./preview-deployment.yml): Deploys preview environments for pull requests.
45
+
-[Preview Deployment](./deploy-preview.yml): Deploys preview environments for pull requests.
46
46
-[Production Deployment](./production-deployment.yml): Handles production deployments.
0 commit comments