mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
cleanup(.github/workflows): Typo in comments (#11868)
This commit is contained in:
parent
5ee2110179
commit
40526a03dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
# stay mostly up-to-date in situations where a single job fails due to
|
# stay mostly up-to-date in situations where a single job fails due to
|
||||||
# e.g. a flaky test.
|
# e.g. a flaky test.
|
||||||
# Don't fast-fail on tag build because publishing binaries shouldn't be
|
# 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' ||
|
fail-fast: ${{ github.event_name == 'pull_request' ||
|
||||||
(github.ref != 'refs/heads/main' &&
|
(github.ref != 'refs/heads/main' &&
|
||||||
!startsWith(github.ref, 'refs/tags/')) }}
|
!startsWith(github.ref, 'refs/tags/')) }}
|
||||||
|
|
Loading…
Reference in a new issue