From 38806ba92f1301df6ead84eda429739cf16e3096 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Mon, 16 Oct 2023 12:39:15 +0200 Subject: [PATCH] chore: improve comment --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 1efc36100..9f3cca800 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -101,7 +101,7 @@ jobs: - name: Test run: yarn test - # v36 is no longer supported, so do not run e2e tests + # v36 is no longer supported, so set the if condition to false to skip this job e2e: runs-on: ubuntu-latest needs: install