Only run release builder on stable releases, not pre-releases, fixed test on slow build runners

This commit is contained in:
Marc Ole Bulling
2022-08-11 18:38:13 +02:00
parent 8da7fe4fcb
commit 2ad33b79dd
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@ name: Docker Publish Release Multiarch
on:
workflow_dispatch:
release:
types: [published]
types: [released]
+1 -1
View File
@@ -121,7 +121,7 @@ func startSetupWebserver() {
}
if statusChannel != nil {
go func() {
time.Sleep(time.Second)
time.Sleep(2 * time.Second)
statusChannel <- true
}()
}