Skip to content

Commit

Permalink
ci: Remove reviewdog from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xeniape committed Oct 16, 2024
1 parent 705925a commit c9aea10
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr_cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,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

check-charts:
name: Helm Chart Check
runs-on: ubuntu-latest
needs:
- general-checks
- reviewdog-checks
steps:
- name: Checkout Repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Expand Down
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 c9aea10

Please sign in to comment.