From 8fd2ed1b47c2de9199c24a13668cc9d1a76e209a Mon Sep 17 00:00:00 2001 From: Youjie Zheng Date: Tue, 22 Oct 2024 10:35:12 +0800 Subject: [PATCH] [chore] Remove useless sync.tmp --- .github/workflows/sync.tmp | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/sync.tmp diff --git a/.github/workflows/sync.tmp b/.github/workflows/sync.tmp deleted file mode 100644 index c1423b3..0000000 --- a/.github/workflows/sync.tmp +++ /dev/null @@ -1,27 +0,0 @@ -# name: Sync CI -# on: -# workflow_run: -# workflows: -# - Build CI -# - Test CI -# - Build & Deploy docs -# types: -# - completed -# branches: -# - main - -# jobs: -# sync: -# runs-on: ubuntu-latest -# if: ${{ github.event.workflow_run.conclusion == 'success' }} -# steps: -# - uses: actions/checkout@v4 -# - name: Setup SSH -# uses: webfactory/ssh-agent@v0.7.0 -# with: -# # Please set the private key in the repository settings -# ssh-private-key: ${{ secrets.SSH_KEY }} -# - name: Enable git-subrepo subcommands -# run: git clone https://github.com/ingydotnet/git-subrepo /tmp/git-subrepo -# - name: Synchronize with remote terminal modules -# run: ./scripts/build/sync.sh ${{github.actor}} ${{github.actor_id}} \ No newline at end of file