From fceb232a2e0c4ac89797b95b0e66b75585514763 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Fri, 22 Dec 2023 00:02:46 -0600 Subject: [PATCH] chore: match action --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f027cb41..208bc0a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ on: paths-ignore: - '.vscode/**' -# Automatically cancel in-progress actions on the same branch concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }} cancel-in-progress: true