From 9b7176b0af540b359e8dd46b4d4f7440627df50d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 23 Feb 2023 08:42:07 +0000 Subject: [PATCH] Update cypress.yaml --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 90b1827bce..104a6e9f42 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -7,7 +7,7 @@ on: - completed concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ workflow_run.event == 'pull_request' }} + cancel-in-progress: ${{ github.event.workflow_run.event == 'pull_request' }} jobs: prepare: name: Prepare