diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1111592dac25..a1f664dee49b 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'