Add delay option
This commit is contained in:
@@ -284,4 +284,13 @@ inputs:
|
||||
use_prebuilt_image:
|
||||
description: Use pre-built image from GitHub registry
|
||||
type: boolean
|
||||
default: yes
|
||||
default: yes
|
||||
|
||||
# Time to wait (in seconds) at the end of job
|
||||
# Use this to avoid triggering abuse mechanics on large workflows
|
||||
delay:
|
||||
description: Use this to avoid triggering abuse mechanics on large workflows
|
||||
type: number
|
||||
default: 0
|
||||
min: 0
|
||||
max: 3600
|
||||
Reference in New Issue
Block a user