From 98a5e9b59fd225ba77bae0e3a316718264320a31 Mon Sep 17 00:00:00 2001 From: Juan Carlos Farah Date: Fri, 12 Jan 2024 16:33:45 +0100 Subject: [PATCH] fix: remove random space character --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1db3b03e..761e23a2 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -5,7 +5,7 @@ on: jobs: cypress-run: - concurrency: cypress-${{ github.head_ref || github.ref }} + concurrency: cypress-${{ github.head_ref || github.ref }} runs-on: ubuntu-latest steps: - name: Checkout