Skip to content

Commit 263a658

Browse files
committed
Add more github workflows
1 parent 74f0fe2 commit 263a658

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/sync-develop.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Designed to keep develop branch as a perfect copy of LabKey fork
2+
on:
3+
schedule:
4+
- cron: "*/15 * * * *"
5+
jobs:
6+
sync-develop:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: "Sync Develop Branch"
10+
uses: bimberlabinternal/DevOps/githubActions/git-sync@master
11+
with:
12+
source_repo: "labkey/LabDevKitModules"
13+
source_branch: "develop"
14+
destination_branch: "develop"
15+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)