From fd30c41501e4fbc3022654ca60f90697b98dc060 Mon Sep 17 00:00:00 2001 From: hjjq Date: Thu, 7 Mar 2024 16:54:42 -0500 Subject: [PATCH] runner --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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