From 7e9f951f105d3b94dd3b1af159d3bef60b59a7f6 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Fri, 13 Oct 2023 09:36:27 +0200 Subject: [PATCH] Renamed workflow --- .github/workflows/{circleci.yml => social-connect.yml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{circleci.yml => social-connect.yml} (98%) diff --git a/.github/workflows/circleci.yml b/.github/workflows/social-connect.yml similarity index 98% rename from .github/workflows/circleci.yml rename to .github/workflows/social-connect.yml index 265d5ee08..b9c5bf314 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/social-connect.yml @@ -1,5 +1,5 @@ -name: CI Checks -run-name: ci checks +name: social-connect CI/CD +run-name: social-connect CI/CD for ${{ github.head_ref || github.ref_name }} # Dockefile for the self-hosted runner: # https://github.com/celo-org/infrastructure/blob/master/terraform/root-modules/gcp/integration-tests-gke/files/github-arc/Dockerfile-monorepo @@ -17,7 +17,7 @@ on: - '**/*.md' concurrency: - group: circle-ci-${{ github.ref }} + group: social-connect-${{ github.ref }} cancel-in-progress: true defaults: @@ -115,7 +115,7 @@ jobs: run: | # This fails if there is any change if ! git diff-index HEAD --; then - echo "Git changes detected while building. If this is unexpected, bump NODE_MODULE_CACHE_VERSION in .github/workflows/circleci.yml" + echo "Git changes detected while building. If this is unexpected, bump NODE_MODULE_CACHE_VERSION in .github/workflows/social-connect.yml" exit 1 fi - name: Build packages