Skip to content

[Feature][Zeta] Support view master/worker node log files

e15e983
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

[Feature][Zeta] Support view master/worker node log files #9265

[Feature][Zeta] Support view master/worker node log files
e15e983
Select commit
Loading
Failed to load commit list.
GitHub Actions / Build required action May 4, 2025 in 0s

Workflow run detection failed

Unable to detect the workflow run for testing the changes in your PR.

  1. If you did not enable GitHub Actions in your forked repository, please enable it by clicking the button as shown in the image below. See also Disabling or limiting GitHub Actions for a repository for more details.
  2. Create and push an empty commit to trigger the workflow.
  3. It is possible your branch is based on the old dev branch in Apache SeaTunnel, please sync your branch to the latest dev branch. For example as below:
    git fetch upstream
    git rebase upstream/dev
    git push origin YOUR_BRANCH --force