mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-05-12 17:40:08 -05:00
Only run release builder on stable releases, not pre-releases, fixed test on slow build runners
This commit is contained in:
@@ -3,7 +3,7 @@ name: Docker Publish Release Multiarch
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ func startSetupWebserver() {
|
||||
}
|
||||
if statusChannel != nil {
|
||||
go func() {
|
||||
time.Sleep(time.Second)
|
||||
time.Sleep(2 * time.Second)
|
||||
statusChannel <- true
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user