From ce3127d6f7fcdd689e22b4f9ad3dcb31fe357beb Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 16 Sep 2023 11:17:59 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore(ci.yml):=20rename=20CI/CD?= =?UTF-8?q?=20Pipeline=20workflow=20to=20"Async=20API=20tests"=20for=20bet?= =?UTF-8?q?ter=20clarity=20and=20specificity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76bedb6ea..fede57ece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI/CD Pipeline +name: "Async API tests" on: push: