diff --git a/.github/workflows/amd-ci.yml b/.github/workflows/amd-ci.yml index 3539fe742..3d49284e0 100644 --- a/.github/workflows/amd-ci.yml +++ b/.github/workflows/amd-ci.yml @@ -58,8 +58,8 @@ jobs: - name: Check System Environment run: | - sudo apt list | grep hip - sudo apt list | grep rocm + sudo apt list | grep hip + sudo apt list | grep rocm - name: Check Python Environment run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a78f7c903..6cb4532c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,12 +7,12 @@ on: paths: - "src/**" - "test/**" - pull_request: - branches: - - main - paths: - - "src/**" - - "test/**" + # pull_request: + # branches: + # - main + # paths: + # - "src/**" + # - "test/**" schedule: # Runs at 00:00 UTC daily - cron: '0 0 * * *'