Add delay option

This commit is contained in:
lowlighter
2021-06-17 23:19:10 +02:00
parent 8e394bf76d
commit 174f2a27dd
2 changed files with 18 additions and 1 deletions

View File

@@ -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