Skip to content

Commit 42b6c1d

Browse files
committed
Consolidate github workflows and reduce frequency
1 parent 39b33d7 commit 42b6c1d

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

.github/workflows/sync-develop.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/sync-release-branches.yml renamed to .github/workflows/sync-repos.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Designed to keep develop branch as a perfect copy of LabKey fork
22
on:
33
schedule:
4-
- cron: "*/15 * * * *"
4+
- cron: "15 */3 * * *"
55
jobs:
66
sync-release-branches:
77
runs-on: ubuntu-latest
@@ -14,3 +14,13 @@ jobs:
1414
destination_repo: "BimberLabInternal/LabDevKitModules"
1515
destination_branch_prefix: "discvr-"
1616
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
sync-develop:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: "Sync Develop Branch"
21+
uses: bimberlabinternal/DevOps/githubActions/git-sync@master
22+
with:
23+
source_repo: "labkey/LabDevKitModules"
24+
source_branch: "develop"
25+
destination_branch: "develop"
26+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)