Repo File Sync: synced file(s) with OpenDevicePartnership/patina-devops #48
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
| # @file ci-workflow.yml | |
| # | |
| # A workflow that runs basic CI tests and Rust CI tests, triggered on a pull_request or push to | |
| # main. | |
| # | |
| # NOTE: This file is automatically synchronized from Patina DevOps. Update the original file there | |
| # instead of the file in this repo. | |
| # | |
| # - Patina DevOps Repo: https://github.com/OpenDevicePartnership/patina-devops | |
| # - File Sync Settings: https://github.com/OpenDevicePartnership/patina-devops/blob/main/.sync/Files.yml | |
| # | |
| ## | |
| # Copyright (c) Microsoft Corporation. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| ## | |
| name: CI | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| ci_workflow: | |
| name: Run | |
| uses: OpenDevicePartnership/patina-devops/.github/workflows/CiWorkflow.yml@v0.3.5 | |
| with: | |
| build-tasks: build | |
| run-cargo-vet: false | |
| additional-artifacts: | | |
| target/efi/services_benchmark_test_debug.efi | |
| target/efi/services_benchmark_test.efi | |
| secrets: inherit |