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 445d65c commit e1bc554Copy full SHA for e1bc554
.github/workflows/orquesta-integration-tests.yaml
@@ -211,12 +211,6 @@ jobs:
211
set -e
212
echo "Failed after ${MAX_ATTEMPTS} attempts, failing the job."
213
exit 1
214
- - name: Upload StackStorm services Logs
215
- #if: ${{ failure() }}
216
- uses: actions/upload-artifact@v4
217
- with:
218
- name: logs
219
- path: logs/
220
- name: Compress Service Logs Before upload
221
if: ${{ failure() }}
222
run: |
0 commit comments