From 6839855732bfdea16f07a72d8bf5a73ad47ca3af Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Thu, 7 Apr 2022 20:47:54 +0200 Subject: [PATCH] ci: rename workflow --- .../{github-slug-action.yml => v4-tests-and-release.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{github-slug-action.yml => v4-tests-and-release.yml} (99%) diff --git a/.github/workflows/github-slug-action.yml b/.github/workflows/v4-tests-and-release.yml similarity index 99% rename from .github/workflows/github-slug-action.yml rename to .github/workflows/v4-tests-and-release.yml index e938c79..a63a5bf 100644 --- a/.github/workflows/github-slug-action.yml +++ b/.github/workflows/v4-tests-and-release.yml @@ -1,4 +1,4 @@ -name: Github Slug Action +name: "[v4] Test and Release" on: [push, pull_request] jobs: check-v3compatibility: