Skip to content

Commit

Permalink
[CI] Add back tests (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjjq committed Mar 7, 2024
1 parent b7c9026 commit c7a22eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
tests:
if: github.repository == 'CentML/hidet'
if: github.repository == 'CentML/hidet' || github.repository == 'hidet-org/hidet'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit c7a22eb

Please sign in to comment.