Skip to content

Commit

Permalink
ci: Remove reviewdog from workflows (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeniape authored Oct 17, 2024
1 parent 1c325e9 commit c85421f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ jobs:
general-checks:
name: General Pull Request Checks
uses: ./.github/workflows/pr_general.yml

reviewdog-checks:
name: Reviewdog Pull Request Checks
uses: ./.github/workflows/pr_reviewdog.yml
5 changes: 0 additions & 5 deletions .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,11 @@ jobs:
name: General Pull Request Checks
uses: ./.github/workflows/pr_general.yml

reviewdog-checks:
name: Reviewdog Pull Request Checks
uses: ./.github/workflows/pr_reviewdog.yml

build:
name: Build stackablectl for ${{ matrix.target }}
runs-on: ${{ matrix.os }}
needs:
- general-checks
- reviewdog-checks
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c85421f

Please sign in to comment.