Skip to content

Commit

Permalink
BBBmau -> commaai
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Jun 30, 2024
1 parent 388ba69 commit 2a068fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_weekly_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}

Expand All @@ -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 }}",
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_weekly_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2a068fa

Please sign in to comment.