ci(new-templates): remove reusable sync job (#12229)

Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
Dwi Siswanto
2025-06-03 14:46:22 +07:00
committed by GitHub
parent 9f1c5ce47d
commit 06a2069ee4

View File

@@ -33,8 +33,3 @@ jobs:
- run: |
git pull origin $GITHUB_REF --rebase
git push origin $GITHUB_REF
sync:
needs: new-addition
uses: ./.github/workflows/templates-sync.yml
secrets: inherit