We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c325e9 commit c85421fCopy full SHA for c85421f
.github/workflows/pr_docs.yml
@@ -11,7 +11,3 @@ jobs:
11
general-checks:
12
name: General Pull Request Checks
13
uses: ./.github/workflows/pr_general.yml
14
-
15
- reviewdog-checks:
16
- name: Reviewdog Pull Request Checks
17
- uses: ./.github/workflows/pr_reviewdog.yml
.github/workflows/pr_stackablectl.yml
@@ -28,16 +28,11 @@ jobs:
28
29
30
31
32
33
34
35
build:
36
name: Build stackablectl for ${{ matrix.target }}
37
runs-on: ${{ matrix.os }}
38
needs:
39
- general-checks
40
- - reviewdog-checks
41
strategy:
42
fail-fast: false
43
matrix:
0 commit comments