Skip to content

Commit

Permalink
Merge branch 'main' into ci/add-multi-arch-to-stackable-cockpit
Browse files Browse the repository at this point in the history
  • Loading branch information
xeniape authored Oct 17, 2024
2 parents 3ad3b75 + c85421f commit 3ae40bb
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 3ae40bb

Please sign in to comment.