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 e2d8e50 commit f5cdce3Copy full SHA for f5cdce3
.github/workflows/integration.yml
@@ -59,6 +59,7 @@ jobs:
59
token: ${{ secrets.CODECOV_TOKEN }}
60
- name: Upload test failure reports to Codecov
61
uses: codecov/test-results-action@v1
62
+ if: always() # always upload test results to include test failures
63
with:
64
fail_ci_if_error: false
65
files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST*
.github/workflows/release-drafter.yml
@@ -1,13 +1,6 @@
1
name: Release Drafter
2
3
-on:
4
- push:
5
- # branches to consider in the event; optional, defaults to all
6
- branches:
7
- - '[0-9].*'
8
- # pull_request event is required only for autolabeler
9
- pull_request:
10
- types: [opened, reopened, synchronize]
+on: workflow_dispatch
11
12
permissions:
13
contents: read
0 commit comments