From 75d54818ecb3a60c282832b1e891726eaa35f986 Mon Sep 17 00:00:00 2001 From: dynobo Date: Fri, 5 Jan 2024 00:38:45 +0100 Subject: [PATCH] cicd: fix workflow name --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index b2b2865c2..545d9e432 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -1,7 +1,7 @@ # Infos on current github runners: # https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#about-github-hosted-runners -name: Test +name: CI/CD on: pull_request: