Skip to content

Commit

Permalink
Create 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 9186688 commit cb8995d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

name: Sync Fork

on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click

jobs:
sync:
runs-on: ubuntu-latest
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
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 cb8995d

@vercel
Copy link

@vercel vercel bot commented on cb8995d 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.vercel.app
velero-kaovilai.vercel.app
velero.tig.pw
velero-git-main-kaovilai.vercel.app

Please sign in to comment.