Skip to content

Commit

Permalink
feat: add NCI-CCDI/POB_snMultiome_pipeline to sync-forks action
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Oct 21, 2024
1 parent a987284 commit 9a6cfd9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sync-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
UPSTREAM_OWNER: CCBR

jobs:
sync:
sync-from-CCBR:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
gh repo sync ${{ matrix.FORK_OWNER }}/${{ matrix.REPO }} --source $UPSTREAM_OWNER/${{ matrix.REPO }} --force
sync-nidap:
sync-to-nidap:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -97,6 +97,9 @@ jobs:
- REPO: fruitsc
UPSTREAM_OWNER: NCI-CCR-POB
FORK_OWNER: abcsFrederick
- REPO: POB_snMultiome_pipeline
UPSTREAM_OWNER: NCI-CCDI
FORK_OWNER: abcsFrederick
steps:
- name: sync forked repos
run: |
Expand Down

0 comments on commit 9a6cfd9

Please sign in to comment.