Skip to content

Commit bb3ce80

Browse files
authored
Remove misspell workflow (#7852)
1 parent a839ef5 commit bb3ce80

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ jobs:
104104
if: ${{ !startsWith(github.ref_name, 'release/') }}
105105
uses: ./.github/workflows/reusable-link-check.yml
106106

107-
misspell-check:
108-
# release branches are excluded to avoid unnecessary maintenance
109-
if: ${{ !startsWith(github.ref_name, 'release/') }}
110-
uses: ./.github/workflows/reusable-misspell-check.yml
111-
112107
publish-snapshots:
113108
# the condition is on the steps below instead of here on the job, because skipping the job
114109
# causes the job to show up as canceled in the GitHub UI which prevents the build section from
@@ -120,7 +115,7 @@ jobs:
120115
# note: the condition below has to be written so that '' is last since it resolves to false
121116
# and so would not short-circuit if used in the second-last position
122117
name: publish-snapshots${{ (github.ref_name != 'main' || github.repository != 'open-telemetry/opentelemetry-java') && ' (skipped)' || '' }}
123-
# intentionally not blocking snapshot publishing on markdown-link-check or misspell-check
118+
# intentionally not blocking snapshot publishing on markdown-link-check
124119
needs: build
125120
runs-on: ubuntu-24.04
126121
steps:
@@ -179,8 +174,6 @@ jobs:
179174

180175
required-status-check:
181176
# markdown-link-check is not required so pull requests are not blocked if external links break
182-
# misspell-check is not required so pull requests are not blocked if the misspell dictionary is
183-
# updated
184177
needs:
185178
- build
186179
- build-graal

.github/workflows/reusable-misspell-check.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)