Skip to content

Commit

Permalink
Update sync-fork.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai authored Oct 14, 2022
1 parent cb8995d commit 2e7afc2
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,22 @@ jobs:
strategy:
matrix:
include:
- owner: vmware-tanzu
base: main
head: main
- owner: vmware-tanzu
base: release-1.9
head: release-1.9
- owner: openshift
base: konveyor-dev
head: konveyor-dev
- owner: openshift
base: konveyor-1.9
head: konveyor-1.9
- owner: openshift
base: oadp-1.1
head: oadp-1.1
- owner: openshift
base: oadp-1.0
head: oadp-1.0
- base: main
head: vmware-tanzu:main
- base: release-1.9
head: vmware-tanzu:release-1.9
- base: konveyor-dev
head: openshift:konveyor-dev
- base: konveyor-1.9
head: openshift:konveyor-1.9
- base: oadp-1.1
head: openshift:oadp-1.1
- base: oadp-1.0
head: openshift:oadp-1.0
fail-fast: false
steps:
- uses: tgymnich/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ matrix.owner }}
base: ${{ matrix.base }}
head: ${{ matrix.head }}

1 comment on commit 2e7afc2

@vercel
Copy link

@vercel vercel bot commented on 2e7afc2 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

velero – ./

velero-git-main-kaovilai.vercel.app
velero.tig.pw
velero.vercel.app
velero-kaovilai.vercel.app

Please sign in to comment.