Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test failure reports to Codecov
uses: codecov/test-results-action@v1
if: always() # always upload test results to include test failures
with:
fail_ci_if_error: false
files: ./target/surefire-reports/TEST*,./target/failsafe-reports/TEST*
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Release Drafter

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- '[0-9].*'
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
on: workflow_dispatch

permissions:
contents: read
Expand Down