Skip to content

Commit 8b0914a

Browse files
committed
test(ci): trigger workflow to test changes
1 parent 4462f59 commit 8b0914a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/ubuntu_version_sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222

2323
jobs:
2424
check-sync:
25+
name: Ubuntu File Synchronization Check
2526
runs-on: ubuntu-latest
2627
steps:
2728
- name: 'Checkout code'

infra/base-images/base-builder/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,4 @@ COPY --from=gcr.io/oss-fuzz-base/indexer /indexer/build/indexer /opt/indexer/ind
230230
RUN chmod a+x /opt/indexer/indexer /opt/indexer/index_build.py
231231

232232
CMD ["compile"]
233+
# Test comment to trigger CI

pr.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 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

Comments
 (0)