From 36196dc16d137af076aaf87a65961118b8aa22b0 Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Wed, 9 Aug 2023 11:28:15 -0700 Subject: [PATCH] Attempt 3. Simplified the workflow structure. --- .github/workflows/gh-build-and-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-build-and-test.yml b/.github/workflows/gh-build-and-test.yml index bc31c184f5..6374636367 100644 --- a/.github/workflows/gh-build-and-test.yml +++ b/.github/workflows/gh-build-and-test.yml @@ -8,10 +8,9 @@ on: required: true type: string -name: Build and test cunumeric (with ${{ inputs.build-target }} legate) on GH - jobs: build: + name: "[Sub workflow] Build cunumeric (with ${{ inputs.build-target }} legate) on GH" uses: ./.github/workflows/gh-build.yml with: