Skip to content

Commit

Permalink
CI: Always run test result merge workflow (#886)
Browse files Browse the repository at this point in the history
* Update linux.yml

* Update linuxTriage.yml
  • Loading branch information
gdams authored Apr 30, 2024
1 parent 5cfd454 commit 85810c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
merge-results:
name: Merge Test Results
needs: check-packages
if: github.event_name == 'pull_request' || github.repository_owner != 'adoptium'
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linuxTriage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
name: JUnit Test Report # Name of the check run which will be created
path: '**/build/test-results/**/TEST-*.xml' # Path to test results (inside artifact .zip)
reporter: java-junit # Format of test results
fail-on-empty: false

0 comments on commit 85810c7

Please sign in to comment.