diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 063dbe6fe..45fa5ca8c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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