File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress : true
11
+
8
12
jobs :
9
13
all-green :
10
14
runs-on : ubuntu-latest
14
18
steps :
15
19
- uses : wechuli/allcheckspassed@e22f45a4f25f4cf821d1273705ac233355400db1
16
20
with :
17
- delay : 5 # wait for this delay before starting
21
+ delay : 10 # wait for this delay before starting
18
22
polling_interval : 1 # after a failure, how long do it wait before checking again
19
23
retries : 60 # how many retries before stopping
20
- checks_exclude : ' Bootstrap import analysis'
24
+ checks_exclude : ' Bootstrap import analysis,require-checklist,Validate changelog'
25
+
26
+ # Why some checks are excluded?
27
+ #
28
+ # - Bootstrap import analysis: TO BE ADDED (Success rate of 88% as of 2025-04-17)
29
+ # - require-checklist: this job is triggered by a change on PR description, and already explcititly required
30
+ # - Validate changelog: this job is triggered by a change on labels, and already explcititly required
You can’t perform that action at this time.
0 commit comments