Skip to content

enable pull request checking workflow for 6.6-velinux branch #8

enable pull request checking workflow for 6.6-velinux branch

enable pull request checking workflow for 6.6-velinux branch #8

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:
- 6.6-velinux
jobs:
call-shared-pr-check:
strategy:
matrix:
arch: [x86_64]
distro_code: [buster]
test_suite: [ltp]
uses: bytedance/kernel/.github/workflows/pr_check_share.yml@5.4.143-velinux

Check failure on line 19 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/pr_check_share.yml@5.4.143-velinux" : failed to fetch workflow: workflow was not found.
with:
head: ${{ github.event.pull_request.head.sha }}
arch: ${{ matrix.arch }}
distro_code: ${{ matrix.distro_code }}
test_suite: ${{ matrix.test_suite }}
secrets:
ssh_key: ${{ secrets.SSH_KEY }}