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 9f90b78 commit 1c36a07Copy full SHA for 1c36a07
.github/workflows/ci.yaml
@@ -266,7 +266,7 @@ jobs:
266
go run ./scripts/ci-report/main.go gotests.json | tee gotests_stats.json
267
268
- uses: ./.github/actions/upload-datadog
269
- if: always()
+ if: success() || failure()
270
with:
271
api-key: ${{ secrets.DATADOG_API_KEY }}
272
@@ -313,15 +313,8 @@ jobs:
313
# so we need to print the test stats to the log.
314
315
316
- - uses: actions/upload-artifact@v3
317
- if: success() || failure()
318
- with:
319
- name: gotests-postgres.xml
320
- path: ./gotests.xml
321
- retention-days: 30
322
-
323
324
325
326
327
0 commit comments