From 2291c8543cc576f1d9beecfcc56cc1929888a5d9 Mon Sep 17 00:00:00 2001 From: Kaifei Yi Date: Mon, 22 Apr 2024 19:45:35 +0800 Subject: [PATCH] Remove trino sync from the upstream --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6112898..9546fb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,13 +11,6 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v1 - - name: Sync trino to fork repo - uses: ./. - with: - token: ${{ secrets.SYNC_UPSTREAM_TOKEN }} - owner: Yikf - repo: trino - branch: master - name: Sync kyuubi to fork repo uses: ./. with: @@ -31,4 +24,4 @@ jobs: token: ${{ secrets.SYNC_UPSTREAM_TOKEN }} owner: Yikf repo: spark - branch: master \ No newline at end of file + branch: master