This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 8fa4b68e6cf2e45385e3bbbd2cb6ed948843138a Author: PJ Fanning <[email protected]> AuthorDate: Mon May 19 22:44:33 2025 +0100 use scacap action --- .github/workflows/timing-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index e91e914324..5d540d2462 100644 --- a/.github/workflows/timing-tests.yml +++ b/.github/workflows/timing-tests.yml @@ -9,6 +9,7 @@ name: Timing sensitive tests on: + pull_request: schedule: - cron: "0 0 * * *" workflow_dispatch: @@ -65,7 +66,7 @@ jobs: - name: Test Reports # Makes it easier to spot failures instead of looking at the logs. if: ${{ failure() }} - uses: marcospereira/action-surefire-report@v1 + uses: scacap/action-surefire-report@v1 with: report_paths: '**/target/test-reports/TEST-*.xml' fail_if_no_tests: false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
