Skip to content

Commit

Permalink
debug: remove prereq to test faster
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 12, 2023
1 parent dcb10cf commit 0bae2d0
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, markdown-linter, test]
runs-on: ubuntu-latest
permissions: "write-all"
steps:
Expand Down

0 comments on commit 0bae2d0

Please sign in to comment.