Skip to content

kernel ci: update ltp whitelist #19

kernel ci: update ltp whitelist

kernel ci: update ltp whitelist #19

Workflow file for this run

# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2024 ByteDance.
name: Pull Request Checking
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 5.4.143-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

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "bytedance/kernel/.github/workflows/static.yml@5.4.143-velinux" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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 }}