diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmark_asterinas.yml similarity index 98% rename from .github/workflows/benchmarks.yml rename to .github/workflows/benchmark_asterinas.yml index 3f174ea5..cd22b91b 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmark_asterinas.yml @@ -1,4 +1,4 @@ -name: Benchmarks Test +name: Benchmark Asterinas on: # In case of manual trigger, use workflow_dispatch workflow_dispatch: diff --git a/.github/workflows/license_check.yml b/.github/workflows/check_licenses.yml similarity index 93% rename from .github/workflows/license_check.yml rename to .github/workflows/check_licenses.yml index 29fd6bb2..14587c3a 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/check_licenses.yml @@ -1,4 +1,4 @@ -name: Check License +name: Check licenses on: pull_request: push: diff --git a/.github/workflows/update-online-api-docs.yml b/.github/workflows/publish_api_docs.yml similarity index 97% rename from .github/workflows/update-online-api-docs.yml rename to .github/workflows/publish_api_docs.yml index 3d864b84..9a3bf3e3 100644 --- a/.github/workflows/update-online-api-docs.yml +++ b/.github/workflows/publish_api_docs.yml @@ -1,4 +1,4 @@ -name: Update Online API Docs +name: Update API docs on: # Scheduled events for nightly API docs diff --git a/.github/workflows/docker_build.yml b/.github/workflows/publish_docker_images.yml similarity index 99% rename from .github/workflows/docker_build.yml rename to .github/workflows/publish_docker_images.yml index 97a4b8e8..d1f4a237 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/publish_docker_images.yml @@ -1,4 +1,4 @@ -name: Docker image build +name: Publish Docker images on: workflow_dispatch: diff --git a/.github/workflows/osdk_publish.yml b/.github/workflows/publish_osdk.yml similarity index 97% rename from .github/workflows/osdk_publish.yml rename to .github/workflows/publish_osdk.yml index dc2377c2..0c45edce 100644 --- a/.github/workflows/osdk_publish.yml +++ b/.github/workflows/publish_osdk.yml @@ -1,4 +1,4 @@ -name: OSDK Publish +name: Publish OSDK on: pull_request: diff --git a/.github/workflows/update-website.yml b/.github/workflows/publish_website.yml similarity index 98% rename from .github/workflows/update-website.yml rename to .github/workflows/publish_website.yml index b54614d1..3d1cdbc8 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/publish_website.yml @@ -1,4 +1,4 @@ -name: Update Website +name: Publish website on: pull_request: diff --git a/.github/workflows/release_tag.yml b/.github/workflows/push_git_tag.yml similarity index 67% rename from .github/workflows/release_tag.yml rename to .github/workflows/push_git_tag.yml index ccace63f..5b3899fb 100644 --- a/.github/workflows/release_tag.yml +++ b/.github/workflows/push_git_tag.yml @@ -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 }} diff --git a/.github/workflows/kernel_test.yml b/.github/workflows/test_asterinas.yml similarity index 99% rename from .github/workflows/kernel_test.yml rename to .github/workflows/test_asterinas.yml index 65a7dc00..ba6f81fc 100644 --- a/.github/workflows/kernel_test.yml +++ b/.github/workflows/test_asterinas.yml @@ -1,4 +1,4 @@ -name: Kernel Test +name: Test Asterinas on: pull_request: diff --git a/.github/workflows/vsock_interaction.yml b/.github/workflows/test_asterinas_vsock.yml similarity index 97% rename from .github/workflows/vsock_interaction.yml rename to .github/workflows/test_asterinas_vsock.yml index c133c9da..270c500b 100644 --- a/.github/workflows/vsock_interaction.yml +++ b/.github/workflows/test_asterinas_vsock.yml @@ -1,4 +1,4 @@ -name: Vsock Interaction +name: Test Asterinas Vsock on: workflow_dispatch: diff --git a/.github/workflows/osdk_test.yml b/.github/workflows/test_osdk.yml similarity index 98% rename from .github/workflows/osdk_test.yml rename to .github/workflows/test_osdk.yml index 2eef736b..4759eccd 100644 --- a/.github/workflows/osdk_test.yml +++ b/.github/workflows/test_osdk.yml @@ -1,4 +1,4 @@ -name: OSDK Test +name: Test OSDK on: pull_request: diff --git a/README.md b/README.md index b9b63ed3..b6ed82e7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
A secure, fast, and general-purpose OS kernel written in Rust and compatible with Linux
-
-
-
+
+
+