File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ stateDiagram-v2
35
35
[*] --> PENDING: register the LeaseRequest
36
36
PENDING --> AQUIRED: LeaseRequest is the winner
37
37
PENDING --> COMPLETED: LeaseProvider completed with status success
38
- COMPLETED --> [*]: Discard the LeaseRequest
38
+ COMPLETED --> [*]
39
39
AQUIRED --> SUCCESS: the LeaseRequest is released (success)
40
40
AQUIRED --> FAILURE: the leaseRequest is relesed (failure)
41
41
SUCCESS --> COMPLETED: Update LeaseRequest state
@@ -123,8 +123,6 @@ sequenceDiagram
123
123
note right of GHA1: Assuming not sufficient time has passed for stabilize window
124
124
GHA1->>+LeaseProvider: Aquire: priority: 1
125
125
LeaseProvider-->>-GHA1: priority: 1, status: PENDING
126
- GHA2->>+LeaseProvider: Aquire: priority: 2
127
- LeaseProvider-->>-GHA2: priority: 2, status: PENDING
128
126
129
127
rect rgb(255, 200, 200)
130
128
note over GHA_NEXT: New GHA run started by GH merge queue after GHA3 failed
You can’t perform that action at this time.
0 commit comments