From ce7065f93d2f3258c48993e89ece868058938056 Mon Sep 17 00:00:00 2001 From: driazati Date: Thu, 2 Jun 2022 15:46:25 -0700 Subject: [PATCH] [ci] Fix tvm-bot permissions --- .github/workflows/tvmbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tvmbot.yml b/.github/workflows/tvmbot.yml index 784f6899a3be3..0621080165f06 100644 --- a/.github/workflows/tvmbot.yml +++ b/.github/workflows/tvmbot.yml @@ -13,7 +13,7 @@ concurrency: jobs: run-tvm-bot: - if: ${{ github.event.issue.pull_request && github.repository == 'apache/tvm' }} + if: ${{ github.event.issue.pull_request && github.repository == 'driazati/tvm' }} runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2