Skip to content

Commit

Permalink
ci: remove markdown-linter as prerequisite to version bump (#2751)
Browse files Browse the repository at this point in the history
Part of #2749

The markdown-linter job contains markdown-link-check which is super
flakey. If it fails on a release then the pre-built binaries won't be
generated and attached to the release.
  • Loading branch information
rootulp committed Oct 23, 2023
1 parent 8a87e9d commit 6d8eeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# If this was a workflow dispatch event, we need to generate and push a tag
# for goreleaser to grab
version_bump:
needs: [lint, markdown-linter, test]
needs: [lint, test]
runs-on: ubuntu-latest
permissions: "write-all"
steps:
Expand Down

0 comments on commit 6d8eeec

Please sign in to comment.