Christopher Cartland
Christopher Cartland
This commit adds two new CI workflows to automate the build process for the 'Car App Library Fundamentals' codelab. These workflows are triggered manually with worflow_dispatch and on push and...
This PR modifies GitHub Actions triggers in workflow files within .github/workflows/. This is part of a batch of pull requests across repositories owned by the `android` organization on GitHub. We...
This commit adds a GitHub Actions workflow file (`build-app.yml`) to automate the build process for the AddAdaptiveLayoutsApp. The workflow is triggered on: - Manual workflow dispatch. - Push events to...
This PR standardizes GitHub Actions triggers in workflow files within `.github/workflows/`. The goal is to ensure workflows run consistently on `push`, `pull_request`, and `workflow_dispatch` events where appropriate. This is part...
This PR standardizes GitHub Actions triggers in workflow files within `.github/workflows/`. The goal is to ensure workflows run consistently on `push`, `pull_request`, and `workflow_dispatch` events where appropriate. This is part...
This commit adds a new GitHub Actions workflow to build the CarGearViewerKotlin automotive app. The workflow is triggered on: - `workflow_dispatch` events - pushes to the `main` branch - pull...
This PR standardizes GitHub Actions triggers in workflow files within `.github/workflows/`. The goal is to ensure workflows run consistently on `push`, `pull_request`, and `workflow_dispatch` events where appropriate. This is part...
This PR standardizes GitHub Actions triggers in workflow files within `.github/workflows/`. The goal is to ensure workflows run consistently on `push`, `pull_request`, and `workflow_dispatch` events where appropriate. This is part...
This commit adds new CI workflows for the following Kotlin samples: - BasicHistoryApiKotlin - BasicHistorySessionsKotlin - BasicRecordingApiKotlin These workflows are triggered on push, pull request, and workflow_dispatch events. They set...