mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +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:
|
||||
# In case of manual trigger, use workflow_dispatch
|
||||
workflow_dispatch:
|
@ -1,4 +1,4 @@
|
||||
name: Check License
|
||||
name: Check licenses
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
@ -1,4 +1,4 @@
|
||||
name: Update Online API Docs
|
||||
name: Update API docs
|
||||
|
||||
on:
|
||||
# Scheduled events for nightly API docs
|
@ -1,4 +1,4 @@
|
||||
name: Docker image build
|
||||
name: Publish Docker images
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
@ -1,4 +1,4 @@
|
||||
name: OSDK Publish
|
||||
name: Publish OSDK
|
||||
|
||||
on:
|
||||
pull_request:
|
@ -1,4 +1,4 @@
|
||||
name: Update Website
|
||||
name: Publish website
|
||||
|
||||
on:
|
||||
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:
|
||||
push:
|
||||
@ -13,7 +13,7 @@ jobs:
|
||||
tag_main_branch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add git tag
|
||||
- name: Add Git tag
|
||||
uses: pxpm/github-tag-action@1.0.1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
@ -1,4 +1,4 @@
|
||||
name: Kernel Test
|
||||
name: Test Asterinas
|
||||
|
||||
on:
|
||||
pull_request:
|
@ -1,4 +1,4 @@
|
||||
name: Vsock Interaction
|
||||
name: Test Asterinas Vsock
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
@ -1,4 +1,4 @@
|
||||
name: OSDK Test
|
||||
name: Test OSDK
|
||||
|
||||
on:
|
||||
pull_request:
|
@ -1,9 +1,9 @@
|
||||
<p align="center">
|
||||
<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 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/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://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://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/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/benchmark_asterinas.yml/badge.svg" alt="Benchmark Asterinas" style="max-width: 100%;"></a>
|
||||
<br/>
|
||||
</p>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<p align="center">
|
||||
<img src="docs/src/images/logo_cn.svg" alt="asterinas-logo" width="620"><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/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://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://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/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/benchmark_asterinas.yml/badge.svg" alt="Benchmark Asterinas" style="max-width: 100%;"></a>
|
||||
<br/>
|
||||
</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user