Skip to content

Commit d502d3d

Browse files
Drop legacy sync cleanup step
Remove the special-case deletion of `.github/workflows/workflows_sync.yml` from downstream repos now that pkg-template no longer carries the old source workflow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent 5f0de9a commit d502d3d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/workflows_sync.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ jobs:
110110
# Track if changes are needed
111111
isDirty=false
112112
113-
# Special case: Remove workflows_sync.yml if it exists in target repo
114-
if [[ -f ".github/workflows/workflows_sync.yml" ]]; then
115-
echo " 🗑️ Removing workflows_sync.yml (should not exist in templated repos)"
116-
rm ".github/workflows/workflows_sync.yml"
117-
isDirty=true
118-
fi
119-
120113
# Compare and sync workflow files
121114
for workflow in ../qcom-build-utils/.github/pkg-workflows/main/*.yml; do
122115
workflow_name=$(basename "$workflow")

0 commit comments

Comments
 (0)