This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new dfe1ea5902 HDDS-10735. `repeat-acceptance-test` workflow always builds
the branch it is run from. (#6576)
dfe1ea5902 is described below
commit dfe1ea5902ebaa0f12009720fde37ed7c59ea8d5
Author: Ethan Rose <[email protected]>
AuthorDate: Mon Apr 22 22:26:04 2024 -0700
HDDS-10735. `repeat-acceptance-test` workflow always builds the branch it
is run from. (#6576)
---
.github/workflows/repeat-acceptance.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/repeat-acceptance.yml
b/.github/workflows/repeat-acceptance.yml
index 6eb9c26f07..74ef6b87c2 100644
--- a/.github/workflows/repeat-acceptance.yml
+++ b/.github/workflows/repeat-acceptance.yml
@@ -81,6 +81,8 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v4
+ with:
+ ref: ${{ github.event.inputs.ref }}
- name: Cache for npm dependencies
uses: actions/cache@v4
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]