Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gigiblender committed Aug 22, 2022
1 parent 2c7c7ab commit 8b751cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests_bot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

name: docs-bot
on:
status
[status, push]
jobs:
run-docs-bot:
if: ${{ github.repository == 'apache/tvm' && github.event.state == 'success' && github.event.context == 'tvm-ci/pr-head' }}
# if: ${{ github.repository == 'apache/tvm' && github.event.state == 'success' && github.event.context == 'tvm-ci/pr-head' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -14,7 +14,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.CI_RESOURCES_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-west-2
COMMIT_SHA: ${{ github.event.sha }}
TARGET_URL: ${{ github.event.target_url }}
TARGET_URL: 'https://github.com/apache/tvm/pull/PR-12436/1'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -eux
Expand Down

0 comments on commit 8b751cb

Please sign in to comment.