From e612bc5bb1af88dda88bd1f8b617a982ead0470c Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Tue, 6 Sep 2022 13:00:03 +0800 Subject: [PATCH] chore: rename ci-cd-backup.yml --- .github/workflows/ci-cd-backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-backup.yml b/.github/workflows/ci-cd-backup.yml index 65306fdaf2..b03691829b 100644 --- a/.github/workflows/ci-cd-backup.yml +++ b/.github/workflows/ci-cd-backup.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: "CI/CD" +name: "CI/CD - Backup" on: push: branches: [develop, cypress]