Skip to content

Commit

Permalink
Enable Dr.CI on pytorch/data (#5266)
Browse files Browse the repository at this point in the history
TSIA
  • Loading branch information
huydhn committed May 24, 2024
1 parent ca9021a commit 17db170
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-drci-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
--header 'Authorization: ${{ secrets.DRCI_BOT_KEY }}' \
--data 'repo=text'
- name: Retrieve rockset query results and update Dr. CI comments for the Data repo
run: |
curl --request POST \
--url 'https://www.torch-ci.com/api/drci/drci' \
--header 'Authorization: ${{ secrets.DRCI_BOT_KEY }}' \
--data 'repo=data'
- name: Retrieve rockset query results and update Dr. CI comments for the Audio repo
run: |
curl --request POST \
Expand Down

0 comments on commit 17db170

Please sign in to comment.