diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5d8549865..063dbe6fe 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,7 @@ on: jobs: tests: - if: github.repository == 'hidet-org/hidet' + if: github.repository == 'CentML/hidet' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true