We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e7e7e commit 6e9bd4bCopy full SHA for 6e9bd4b
.github/workflows/ci-master-cloudlogs.yaml
@@ -31,3 +31,9 @@ jobs:
31
S3_BUCKET: cf-templates-cloudvision-ci
32
S3_PREFIX: master
33
34
+ - name: Build and Upload Cloudlogs Org templates
35
+ run: make ci-org
36
+ working-directory: ./templates_cloudlogs
37
+ env:
38
+ S3_BUCKET: cf-templates-cloudvision-ci
39
+ S3_PREFIX: master
.github/workflows/ci-pull-request-cloudlogs.yaml
@@ -46,3 +46,10 @@ jobs:
46
env:
47
48
S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}
49
+
50
+ - name: Build and Upload Cloudlogs Org Templates
51
52
+ working-directory: templates_cloudlogs
53
54
55
+ S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}
0 commit comments