From 7b10bc1743e17c13c0e41d9bc9f5618367ce1531 Mon Sep 17 00:00:00 2001 From: hjjq Date: Tue, 27 Feb 2024 14:54:42 -0500 Subject: [PATCH] . --- .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 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