diff --git a/.github/workflows/ui_preview.yaml b/.github/workflows/ui_preview.yaml index 27c290cf2d..ed1a9d2a7c 100644 --- a/.github/workflows/ui_preview.yaml +++ b/.github/workflows/ui_preview.yaml @@ -60,13 +60,13 @@ jobs: - name: Getting master ui uses: actions/checkout@v4 with: - repository: commaai/ci-artifacts + repository: sunnypilot/ci-artifacts ssh-key: ${{ secrets.CI_ARTIFACTS_DEPLOY_KEY }} path: ${{ github.workspace }}/master_ui ref: openpilot_master_ui - name: Saving new master ui - if: github.ref == 'refs/heads/master' && github.event_name == 'push' + if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/master-new') && github.event_name == 'push' working-directory: ${{ github.workspace }}/master_ui run: | git checkout --orphan=new_master_ui @@ -108,13 +108,13 @@ jobs: DIFF="${DIFF}
| master | "
- DIFF="${DIFF} proposed | "
+ DIFF="${DIFF} master | "
+ DIFF="${DIFF} proposed | "
DIFF="${DIFF}
| diff | "
- DIFF="${DIFF} composite diff | "
+ DIFF="${DIFF} diff | "
+ DIFF="${DIFF} composite diff | "
DIFF="${DIFF}