From 6ffe651d8f994fade58100ea7c7ae75bc62cd4e7 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 27 Feb 2024 16:53:04 +0800 Subject: [PATCH] combine workflows --- .github/workflows/test_model.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_model.yml b/.github/workflows/test_model.yml index cb664f1f..443c3d61 100644 --- a/.github/workflows/test_model.yml +++ b/.github/workflows/test_model.yml @@ -28,7 +28,7 @@ env: jobs: run_test: - name: github repo + name: Run model tests runs-on: [single-gpu, nvidia-gpu, a10, ci] container: image: ${{ inputs.region }}-docker.pkg.dev/${{ inputs.GCP_PROJECT_ID }}/${{ inputs.gcp_artifact_registry_repository }}/${{ inputs.docker_image_tag }}