Skip to content

Commit

Permalink
enable pull request checking workflow for 6.6-velinux branch
Browse files Browse the repository at this point in the history
Signed-off-by: Han Ning <hanning@bytedance.com>
  • Loading branch information
Han Ning committed Aug 27, 2024
1 parent 1520cf0 commit 70a6caa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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
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 }}

0 comments on commit 70a6caa

Please # to comment.