Update docs and CI retention (#124)
- Set artifact retention to 30 days - Update script dscription - Updated docs
This commit is contained in:
committed by
GitHub
parent
f664de898d
commit
ca4e29ac0e
@@ -0,0 +1,9 @@
|
||||
@startuml
|
||||
[*] --> onStart : app is created
|
||||
onStart --> onShow : app becomes visible
|
||||
onShow --> onHide : app is no longer visible
|
||||
onHide --> onStop : app is preparing to be destroyed
|
||||
onStop --> [*] : app is destroyed
|
||||
skinparam ranksep 25
|
||||
skinparam padding 2
|
||||
@enduml
|
||||
Reference in New Issue
Block a user