Skip to content

Commit

Permalink
Remove dependency on tidy task (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbenson authored Dec 13, 2023
1 parent 28ac6d5 commit c966f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: collector
build:
runs-on: ubuntu-latest
needs: [test, tidy]
needs: [test]
strategy:
matrix:
architecture: [ amd64, arm64 ]
Expand Down

0 comments on commit c966f88

Please sign in to comment.