Ma77Ball commented on issue #4279:
URL: https://github.com/apache/texera/issues/4279#issuecomment-4057829188
Current design diagram:
```mermaid
flowchart TD
A([push / pull_request / workflow_dispatch]) --> B{check-permissions}
B -->|PR modifies workflow\nand actor has no write access| F([fail])
B -->|labeled 'safe-to-test'\nbut actor has no write access| G([fail +
remove label])
B -->|pass| C[frontend\nubuntu · windows · macos]
B -->|pass| D[scala\nubuntu-22.04]
B -->|pass| E[python\n3.10 · 3.11 · 3.12]
C --> H([build complete])
D --> H
E --> H
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]