axaddrspace 0.5.6

ArceOS-Hypervisor guest address space management module
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Notify Parent Repository

on:
  push:
    branches:
      - main
      - zcs
  workflow_dispatch:

jobs:
  notify-parent:
    name: Notify Parent Repository
    # 调用 axci 仓库的可复用工作流
    uses: arceos-hypervisor/axci/.github/workflows/push.yml@main
    secrets:
      PARENT_REPO_TOKEN: ${{ secrets.PARENT_REPO_TOKEN }}