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
# fix(ci): Correct and improve Ubuntu version sync workflow
2
+
3
+
This PR addresses several issues in the `Ubuntu Version Sync` workflow to improve its reliability and clarity.
4
+
5
+
The workflow was previously failing due to a bash syntax error and was incorrectly applying Dockerfile checks to project-specific files.
6
+
7
+
Key changes:
8
+
9
+
-**Corrected Bash Syntax:** Fixed the syntax for associative array iteration in the `run` step, resolving the `Unexpected symbol: ' @'` error.
10
+
-**Scoped Dockerfile Checks:** The synchronization check for Dockerfiles is now strictly limited to the `infra/` directory. This prevents the workflow from failing on PRs that only modify Dockerfiles within `projects/`.
11
+
-**Improved Workflow Name:** Renamed the workflow to `Ubuntu Version Sync Check` for better readability in PR status checks, instead of displaying the raw filename.
0 commit comments