Skip to content

Commit

Permalink
[ci] Fix tvm-bot permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
driazati committed Jun 2, 2022
1 parent 58ea533 commit 24a0f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tvmbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24a0f74

Please sign in to comment.