-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (24 loc) · 724 Bytes
/
action.yml
File metadata and controls
31 lines (24 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Workflow Run Wait
description: wait for all `workflow_run` required workflows to be successful
branding:
color: blue
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: 30000
delay:
description: delay between status checks (in milliseconds)
default: 5000
ignore-cancelled:
description: ignore cancelled workflow runs
default: false
sha:
description: SHA to use (defaults to github.sha)
default: ${{ github.sha }}
runs:
using: docker
image: docker://ghcr.io/ahmadnassri/action-workflow-run-wait