From d0f2eabf717fe40232f626ec952b320e9e1d0b97 Mon Sep 17 00:00:00 2001 From: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:51:49 -0500 Subject: [PATCH] Update build.yml Signed-off-by: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecf03428d58..a2eee001c5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,3 +1,4 @@ + name: Build and Publish #the concurrency check will cancel in-progress runs on non-master branches and pull requests on forked repositories regardless of the target branch.