Skip to content

Commit

Permalink
Renamed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Oct 13, 2023
1 parent 935924e commit 7e9f951
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,7 +17,7 @@ on:
- '**/*.md'

concurrency:
group: circle-ci-${{ github.ref }}
group: social-connect-${{ github.ref }}
cancel-in-progress: true

defaults:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7e9f951

Please sign in to comment.