From a486b8d7b068db4b8b19df691eea7f4f420ab0ca Mon Sep 17 00:00:00 2001 From: leehk Date: Tue, 15 Apr 2025 13:50:04 +0800 Subject: [PATCH] new workflows name --- .github/workflows/build_new.yml | 3 --- .github/workflows/templates/template_build.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index c617713..c5bf5ab 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -1,6 +1,3 @@ -# .github/workflows/build.yml -# This workflow triggers the build process and calls the reusable template. - name: Build aimingmed-ai ${{ github.ref_name }}+${{ github.run_id }} # Triggers: Equivalent to ADO trigger block diff --git a/.github/workflows/templates/template_build.yml b/.github/workflows/templates/template_build.yml index 32892b4..ec91182 100644 --- a/.github/workflows/templates/template_build.yml +++ b/.github/workflows/templates/template_build.yml @@ -1,6 +1,3 @@ -# This is a reusable workflow template containing the Docker build logic for one image. -# It's called by build.yml for each item in the matrix. - name: Reusable Docker Build Template # Define inputs expected from the calling workflow