diff options
author | Geoffrey Smith <smith.geoffrey.d@gmail.com> | 2021-08-29 16:39:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 23:39:27 +0200 |
commit | 40526a03dcd29f9cc4f466610af2e966919d75a4 (patch) | |
tree | 0fb2b31ac85682d9c44325cb1d766aff51beed5f | |
parent | 5ee211017912bc0837cbce3b845e6ab4a7887885 (diff) |
cleanup(.github/workflows): Typo in comments (#11868)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b0833e9b..4cf411c9e 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/')) }} |