This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.0 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit cd74067d5d24e26115e4bbba79ea203e9fca6044 Author: Doroszlai, Attila <[email protected]> AuthorDate: Mon Apr 7 19:20:25 2025 +0200 HDDS-12775. flaky-test-check builds the workflow branch (#8237) (cherry picked from commit 25b7102e30cccf9cb5817889382ed359ff672fa0) --- .github/workflows/intermittent-test-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/intermittent-test-check.yml b/.github/workflows/intermittent-test-check.yml index 1fe422ca042..61067a06699 100644 --- a/.github/workflows/intermittent-test-check.yml +++ b/.github/workflows/intermittent-test-check.yml @@ -97,6 +97,8 @@ jobs: steps: - name: Checkout project uses: actions/checkout@v4 + with: + ref: ${{ github.event.inputs.ref }} - name: Cache for maven dependencies uses: actions/cache/restore@v4 with: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
