Skip to content

Commit 008cc4e

Browse files
committed
Include pending status on PR's under test
Note, this does an implicit-get. If you wanted to avoid the extra "get" of the resource, this GitHub Issue provides a workaround: telia-oss/github-pr-resource#32 [#163883149]
1 parent 5663a16 commit 008cc4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/cli-pr-builder/pipeline.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
trigger: true
6060
- get: cli-master
6161
- aggregate:
62+
- put: cli-pr
63+
params:
64+
path: cli-pr
65+
status: pending
6266
- task: units-linux
6367
timeout: 30m
6468
input_mapping:

0 commit comments

Comments
 (0)