This is an automated email from the ASF dual-hosted git repository. erose pushed a commit to branch website-pr-test in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 05a0a8b08ac870774a0aa73decea6ff50ddcef34 Author: Ethan Rose <[email protected]> AuthorDate: Wed Oct 23 18:28:11 2024 -0400 Run automatically on push to test branch --- .github/workflows/test-website-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-website-pr.yml b/.github/workflows/test-website-pr.yml index 13af72699e..93a6aef3ea 100644 --- a/.github/workflows/test-website-pr.yml +++ b/.github/workflows/test-website-pr.yml @@ -14,7 +14,9 @@ # limitations under the License. name: Test Ozone Site PR on: - workflow_dispatch: + push: + branches: + - website-pr-test jobs: update-ozone-site: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
