AMD Venice MCA patches for VeLinux (6.6 kernel) #193
Workflow file for this run
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
| # SPDX-License-Identifier: GPL-2.0-only | ||
| # Copyright (c) 2024 ByteDance. | ||
| name: Pull Request Checking | ||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
| branches: | ||
| - 6.6-velinux | ||
| jobs: | ||
| StaticCheck: | ||
| uses: bytedance/kernel/.github/workflows/static.yml@5.4.143-velinux | ||
|
Check failure on line 14 in .github/workflows/pull-request.yml
|
||
| secrets: | ||
| ssh_key: ${{ secrets.SSH_KEY }} | ||
| BuildAndTestKernel: | ||
| uses: bytedance/kernel/.github/workflows/build-and-test.yml@5.4.143-velinux | ||
| secrets: | ||
| ssh_key: ${{ secrets.SSH_KEY }} | ||