mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Update the names of Github workflows for consistency
This commit is contained in:
parent
2746650944
commit
e8a3e00dec
@ -1,4 +1,4 @@
|
|||||||
name: Benchmarks Test
|
name: Benchmark Asterinas
|
||||||
on:
|
on:
|
||||||
# In case of manual trigger, use workflow_dispatch
|
# In case of manual trigger, use workflow_dispatch
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
@ -1,4 +1,4 @@
|
|||||||
name: Check License
|
name: Check licenses
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
@ -1,4 +1,4 @@
|
|||||||
name: Update Online API Docs
|
name: Update API docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Scheduled events for nightly API docs
|
# Scheduled events for nightly API docs
|
@ -1,4 +1,4 @@
|
|||||||
name: Docker image build
|
name: Publish Docker images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
@ -1,4 +1,4 @@
|
|||||||
name: OSDK Publish
|
name: Publish OSDK
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
@ -1,4 +1,4 @@
|
|||||||
name: Update Website
|
name: Publish website
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
@ -1,6 +1,6 @@
|
|||||||
# This workflow adds git tag to the main branch when version changes.
|
# This workflow pushes a new Git tag to the main branch when the version bumps.
|
||||||
|
|
||||||
name: Release Tag
|
name: Push release tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -13,7 +13,7 @@ jobs:
|
|||||||
tag_main_branch:
|
tag_main_branch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Add git tag
|
- name: Add Git tag
|
||||||
uses: pxpm/github-tag-action@1.0.1
|
uses: pxpm/github-tag-action@1.0.1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
@ -1,4 +1,4 @@
|
|||||||
name: Kernel Test
|
name: Test Asterinas
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
@ -1,4 +1,4 @@
|
|||||||
name: Vsock Interaction
|
name: Test Asterinas Vsock
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
@ -1,4 +1,4 @@
|
|||||||
name: OSDK Test
|
name: Test OSDK
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
@ -1,9 +1,9 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="docs/src/images/logo_en.svg" alt="asterinas-logo" width="620"><br>
|
<img src="docs/src/images/logo_en.svg" alt="asterinas-logo" width="620"><br>
|
||||||
A secure, fast, and general-purpose OS kernel written in Rust and compatible with Linux<br/>
|
A secure, fast, and general-purpose OS kernel written in Rust and compatible with Linux<br/>
|
||||||
<a href="https://github.com/asterinas/asterinas/actions/workflows/osdk_test.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/osdk_test.yml/badge.svg?event=push" alt="OSDK Test" style="max-width: 100%;"></a>
|
<a href="https://github.com/asterinas/asterinas/actions/workflows/test_osdk.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/test_osdk.yml/badge.svg?event=push" alt="Test OSDK" style="max-width: 100%;"></a>
|
||||||
<a href="https://github.com/asterinas/asterinas/actions/workflows/kernel_test.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/kernel_test.yml/badge.svg?event=push" alt="Asterinas Test" style="max-width: 100%;"></a>
|
<a href="https://github.com/asterinas/asterinas/actions/workflows/test_asterinas.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/test_asterinas.yml/badge.svg?event=push" alt="Test Asterinas" style="max-width: 100%;"></a>
|
||||||
<a href="https://asterinas.github.io/benchmark/"><img src="https://github.com/asterinas/asterinas/actions/workflows/benchmarks.yml/badge.svg" alt="Asterinas Benchmarks" style="max-width: 100%;"></a>
|
<a href="https://asterinas.github.io/benchmark/"><img src="https://github.com/asterinas/asterinas/actions/workflows/benchmark_asterinas.yml/badge.svg" alt="Benchmark Asterinas" style="max-width: 100%;"></a>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="docs/src/images/logo_cn.svg" alt="asterinas-logo" width="620"><br>
|
<img src="docs/src/images/logo_cn.svg" alt="asterinas-logo" width="620"><br>
|
||||||
一个安全、快速、通用的操作系统内核,使用Rust编写,并与Linux兼容<br/>
|
一个安全、快速、通用的操作系统内核,使用Rust编写,并与Linux兼容<br/>
|
||||||
<a href="https://github.com/asterinas/asterinas/actions/workflows/osdk_test.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/osdk_test.yml/badge.svg?event=push" alt="OSDK测试" style="max-width: 100%;"></a>
|
<a href="https://github.com/asterinas/asterinas/actions/workflows/test_osdk.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/test_osdk.yml/badge.svg?event=push" alt="Test OSDK" style="max-width: 100%;"></a>
|
||||||
<a href="https://github.com/asterinas/asterinas/actions/workflows/kernel_test.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/kernel_test.yml/badge.svg?event=push" alt="Asterinas测试" style="max-width: 100%;"></a>
|
<a href="https://github.com/asterinas/asterinas/actions/workflows/test_asterinas.yml"><img src="https://github.com/asterinas/asterinas/actions/workflows/test_asterinas.yml/badge.svg?event=push" alt="Test Asterinas" style="max-width: 100%;"></a>
|
||||||
<a href="https://asterinas.github.io/benchmark/"><img src="https://github.com/asterinas/asterinas/actions/workflows/benchmarks.yml/badge.svg" alt="Asterinas性能测试" style="max-width: 100%;"></a>
|
<a href="https://asterinas.github.io/benchmark/"><img src="https://github.com/asterinas/asterinas/actions/workflows/benchmark_asterinas.yml/badge.svg" alt="Benchmark Asterinas" style="max-width: 100%;"></a>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user