Skip to content

Commit

Permalink
Remove trino sync from the upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yikf authored Apr 22, 2024
1 parent 21ade35 commit 2291c85
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -31,4 +24,4 @@ jobs:
token: ${{ secrets.SYNC_UPSTREAM_TOKEN }}
owner: Yikf
repo: spark
branch: master
branch: master

0 comments on commit 2291c85

Please sign in to comment.