From 9c49aa43c3ca97ba7a98bb6e036a37cf7607ef4c Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Thu, 30 Mar 2023 16:42:16 +0800 Subject: [PATCH] rename action --- .github/workflows/test_qemu.yml | 2 +- .github/workflows/test_sm_ni.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_qemu.yml b/.github/workflows/test_qemu.yml index 027a55c..6e0bf16 100644 --- a/.github/workflows/test_qemu.yml +++ b/.github/workflows/test_qemu.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: test-qemu +name: arm64-qemu on: push: diff --git a/.github/workflows/test_sm_ni.yml b/.github/workflows/test_sm_ni.yml index 006f2d4..d2e24ed 100644 --- a/.github/workflows/test_sm_ni.yml +++ b/.github/workflows/test_sm_ni.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: test-sm3-sm4-ni +name: sm3-sm4-ni-qemu on: push: