forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathci-push-cloud-preview-bootstrap-tarballs.yaml
More file actions
34 lines (34 loc) · 1.11 KB
/
Copy pathci-push-cloud-preview-bootstrap-tarballs.yaml
File metadata and controls
34 lines (34 loc) · 1.11 KB
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
32
33
34
concurrency:
cancel-in-progress: true
group: push-cloud-preview-bootstrap-tarballs-${{github.ref_name}}
defaults:
run:
shell: bash
jobs:
push-aws-bootstrap:
if: ${{github.repository == 'cloudnative-team/liferay-portal'}}
uses: ./.github/workflows/ci-reusable-push-bootstrap-tarball.yaml
with:
provider: aws
push-azure-bootstrap:
if: ${{github.repository == 'cloudnative-team/liferay-portal'}}
uses: ./.github/workflows/ci-reusable-push-bootstrap-tarball.yaml
with:
provider: azure
push-gcp-bootstrap:
if: ${{github.repository == 'cloudnative-team/liferay-portal'}}
uses: ./.github/workflows/ci-reusable-push-bootstrap-tarball.yaml
with:
provider: gcp
on:
push:
branches:
- LCD-*
paths:
- .github/workflows/ci-push-cloud-preview-bootstrap-tarballs.yaml
- .github/workflows/ci-reusable-push-bootstrap-tarball.yaml
- cloud/scripts/**
- cloud/terraform/**
permissions:
contents: read
id-token: write