We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2e43b commit f617e92Copy full SHA for f617e92
1 file changed
.github/workflows/reusable_sw-check.yml
@@ -166,11 +166,14 @@ jobs:
166
utest:
167
name: Unit Tests
168
needs: preparation
169
- uses: ./.github/workflows/reusable_test_and_docs.yml
170
- secrets: inherit
+ # uses: ./.github/workflows/reusable_test_and_docs.yml
+ # secrets: inherit
171
+ runs-on: ubuntu-latest
172
+ steps:
173
+ - name: not implemented
174
+ run: echo "separate doc workflow"
175
docs:
176
name: Generate Documentation
- runs-on: ubuntu-latest
177
needs: utest
178
steps:
179
- name: not implemented
0 commit comments