From d8673d64c89cd5d7baa438c792efa8a877ba51eb Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 6 Dec 2023 17:47:22 -0800 Subject: [PATCH] Revise interrupt conditional --- .github/workflows/pr-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 66d3fb6ff..16d6b8039 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -7,7 +7,7 @@ on: concurrency: # PR open and close use the same group, allowing only one at a time group: ${{ github.workflow }}-${{ github.event.number }} - cancel-in-progress: ${{ github.event.number && true }} + cancel-in-progress: ${{ github.event.number && true || false }} jobs: # PR only, skip for merge_group