Skip to content

Commit

Permalink
Update cloudlogs workflow in order to publish org template (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
gi-erre committed Oct 20, 2023
1 parent f7e7e7e commit 6e9bd4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-master-cloudlogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ jobs:
S3_BUCKET: cf-templates-cloudvision-ci
S3_PREFIX: master

- name: Build and Upload Cloudlogs Org templates
run: make ci-org
working-directory: ./templates_cloudlogs
env:
S3_BUCKET: cf-templates-cloudvision-ci
S3_PREFIX: master
7 changes: 7 additions & 0 deletions .github/workflows/ci-pull-request-cloudlogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
env:
S3_BUCKET: cf-templates-cloudvision-ci
S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}

- name: Build and Upload Cloudlogs Org Templates
run: make ci-org
working-directory: templates_cloudlogs
env:
S3_BUCKET: cf-templates-cloudvision-ci
S3_PREFIX: pr/${{ github.event.pull_request.head.ref }}

0 comments on commit 6e9bd4b

Please sign in to comment.