Add spatially varying PSF tests and improve ePSF model building #270
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: GitlabSync | |
| on: | |
| - push | |
| - delete | |
| jobs: | |
| sync: | |
| if: github.repository == 'karpov-sv/stdpipe' | |
| runs-on: ubuntu-latest | |
| name: Git Repo Sync | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| fetch-depth: 0 | |
| - uses: wangchucheng/git-repo-sync@v0.1.0 | |
| with: | |
| target-url: ${{ secrets.TARGET_URL }} | |
| target-username: ${{ secrets.TARGET_USERNAME }} | |
| target-token: ${{ secrets.TARGET_TOKEN }} |