Skip to content

Commit

Permalink
cleanup(.github/workflows): Typo in comments (denoland#11868)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreysmith committed Aug 29, 2021
1 parent 5ee2110 commit 40526a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')) }}
Expand Down

0 comments on commit 40526a0

Please sign in to comment.