We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 042e080 + fe39fe4 commit d9eeb67Copy full SHA for d9eeb67
.github/workflows/sync-repos.yml
@@ -4,8 +4,7 @@ on:
4
- cron: "15 */3 * * *"
5
jobs:
6
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 == ''
+ if: github.repository == 'BimberLabInternal/LabDevKitModules'
9
runs-on: ubuntu-latest
10
steps:
11
- name: "Sync Release Branches"
@@ -17,7 +16,7 @@ jobs:
17
16
destination_branch_prefix: "discvr-"
18
github_token: ${{ secrets.GITHUB_TOKEN }}
19
sync-develop:
20
21
22
23
- name: "Sync Develop Branch"
0 commit comments