Skip to content

Commit

Permalink
chore: Merge branch 'main' of https://github.com/CCBR/.github
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jul 16, 2024
2 parents c84a42a + ea42d36 commit df728ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sync-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,18 @@ jobs:
- name: sync forked repos
run: |
gh repo sync ${{ matrix.FORK_OWNER }}/${{ matrix.REPO }} --source $UPSTREAM_OWNER/${{ matrix.REPO }} --force
sync-nidap:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
FORK_OWNER: [NIDAP-Community]
REPO:
- CPTR-9-Weigert-DSP-Analysis
- CPTR_5_DSP_Krug
- CPTR_6_DSP_Annunziata
steps:
- name: sync forked repos
run: |
gh repo sync ${{ matrix.FORK_OWNER }}/${{ matrix.REPO }} --source $UPSTREAM_OWNER/${{ matrix.REPO }} --force

0 comments on commit df728ad

Please sign in to comment.