Skip to content

Commit d9eeb67

Browse files
authored
Merge pull request #19 from LabKey/fb_merge_discvr-19.3
Merge discvr-19.3 to develop
2 parents 042e080 + fe39fe4 commit d9eeb67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sync-repos.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
- cron: "15 */3 * * *"
55
jobs:
66
sync-release-branches:
7-
# github.head_ref should only be set on forked repos, meaning this action should only run on the primary fork
8-
if: github.head_ref == ''
7+
if: github.repository == 'BimberLabInternal/LabDevKitModules'
98
runs-on: ubuntu-latest
109
steps:
1110
- name: "Sync Release Branches"
@@ -17,7 +16,7 @@ jobs:
1716
destination_branch_prefix: "discvr-"
1817
github_token: ${{ secrets.GITHUB_TOKEN }}
1918
sync-develop:
20-
if: github.head_ref == ''
19+
if: github.repository == 'BimberLabInternal/LabDevKitModules'
2120
runs-on: ubuntu-latest
2221
steps:
2322
- name: "Sync Develop Branch"

0 commit comments

Comments
 (0)