diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index e2f30147e..0a3b57d2a 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -1,6 +1,5 @@ --- # DESCRIPTION: Github actions config -# This name is key to badges in README.rst, so we use the name build # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 name: reusable-build diff --git a/.github/workflows/reusable-rtlmeter-build.yml b/.github/workflows/reusable-rtlmeter-build.yml index 65aabc8ca..0ed682d32 100644 --- a/.github/workflows/reusable-rtlmeter-build.yml +++ b/.github/workflows/reusable-rtlmeter-build.yml @@ -1,6 +1,5 @@ --- # DESCRIPTION: Github actions config -# This name is key to badges in README.rst, so we use the name build # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 name: reusable-rtlmeter-build diff --git a/.github/workflows/reusable-rtlmeter-run.yml b/.github/workflows/reusable-rtlmeter-run.yml index c61044e03..ba8d45199 100644 --- a/.github/workflows/reusable-rtlmeter-run.yml +++ b/.github/workflows/reusable-rtlmeter-run.yml @@ -1,6 +1,5 @@ --- # DESCRIPTION: Github actions config -# This name is key to badges in README.rst, so we use the name build # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 name: reusable-rtlmeter-run diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 5bc3fd650..f3b07c902 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -1,9 +1,8 @@ --- # DESCRIPTION: Github actions config -# This name is key to badges in README.rst, so we use the name build # SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 -name: reusable-build +name: reusable-test on: workflow_call: