-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathaction.yml
More file actions
23 lines (18 loc) · 574 Bytes
/
Copy pathaction.yml
File metadata and controls
23 lines (18 loc) · 574 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: Workflow Queue
description: If the same workflow is already running from a previous commit, wait for it to finish
branding:
color: yellow
icon: clock
inputs:
github-token:
description: The GitHub token used to post comments on pull requests
default: ${{ github.token }}
timeout:
description: timeout before we stop trying (in milliseconds)
default: "600000"
delay:
description: delay between status checks (in milliseconds)
default: "10000"
runs:
using: docker
image: docker://ghcr.io/ahmadnassri/action-workflow-queue:1.2.0