From 40526a03dcd29f9cc4f466610af2e966919d75a4 Mon Sep 17 00:00:00 2001 From: Geoffrey Smith Date: Sun, 29 Aug 2021 16:39:27 -0500 Subject: [PATCH] cleanup(.github/workflows): Typo in comments (#11868) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0833e9b81905..4cf411c9e329be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: # stay mostly up-to-date in situations where a single job fails due to # e.g. a flaky test. # Don't fast-fail on tag build because publishing binaries shouldn't be - # prevented if if any of the stages fails (which can be a false negative). + # prevented if any of the stages fail (which can be a false negative). fail-fast: ${{ github.event_name == 'pull_request' || (github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/')) }}