From 2a068fab57c424256aeb86f0ad8ae5ff33af14a8 Mon Sep 17 00:00:00 2001 From: BBBmau Date: Sat, 29 Jun 2024 23:39:28 -0700 Subject: [PATCH] BBBmau -> commaai --- .github/workflows/ci_weekly_report.yaml | 6 +++--- .github/workflows/ci_weekly_run.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_weekly_report.yaml b/.github/workflows/ci_weekly_report.yaml index fd32596160c46a..31cd5938e9b4c4 100644 --- a/.github/workflows/ci_weekly_report.yaml +++ b/.github/workflows/ci_weekly_report.yaml @@ -13,7 +13,7 @@ concurrency: jobs: setup: - if: github.repository == 'BBBmau/openpilot' + if: github.repository == 'commaai/openpilot' runs-on: ubuntu-latest outputs: ci_runs: ${{ steps.ci_runs_setup.outputs.value }} @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: value: ${{fromJSON(needs.setup.outputs.ci_runs)}} - uses: BBBmau/openpilot/.github/workflows/ci_weekly_run.yaml@master + uses: commaai/openpilot/.github/workflows/ci_weekly_run.yaml@master with: run_number: ${{ matrix.value }} @@ -57,7 +57,7 @@ jobs: script: | const jobs = await github .paginate("GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt}/jobs", { - owner: "BBBmau", + owner: "commaai", repo: "${{ github.event.repository.name }}", run_id: "${{ github.run_id }}", attempt: "${{ github.run_attempt }}", diff --git a/.github/workflows/ci_weekly_run.yaml b/.github/workflows/ci_weekly_run.yaml index 111a87a3ace6be..4a77666f4aba45 100644 --- a/.github/workflows/ci_weekly_run.yaml +++ b/.github/workflows/ci_weekly_run.yaml @@ -12,14 +12,14 @@ concurrency: jobs: docs: - uses: BBBmau/openpilot/.github/workflows/docs.yaml@master + uses: commaai/openpilot/.github/workflows/docs.yaml@master with: run_number: ${{ inputs.run_number }} selfdrive_tests: - uses: BBBmau/openpilot/.github/workflows/selfdrive_tests.yaml@master + uses: commaai/openpilot/.github/workflows/selfdrive_tests.yaml@master with: run_number: ${{ inputs.run_number }} tools_tests: - uses: BBBmau/openpilot/.github/workflows/tools_tests.yaml@master + uses: commaai/openpilot/.github/workflows/tools_tests.yaml@master with: run_number: ${{ inputs.run_number }}