From 951169ef8b5c56a31a2c76c5086bcb4f61173b32 Mon Sep 17 00:00:00 2001 From: vipinbhatt Date: Wed, 6 Dec 2023 12:16:50 +0530 Subject: [PATCH] Change file --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 42e6d6698ee4..41b16e37478c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,7 +31,7 @@ jobs: # 3) For PRs that are labeled as build and # - It's a code change # - A build label was just added - # A bit complex, but prevents builds when other labels are manipulated + # A bit complex but prevents builds when other labels are manipulated if: > github.event_name == 'workflow_dispatch' || github.event_name == 'push'