From f5ee6c0319a01763f61efbb71066490f5eb33920 Mon Sep 17 00:00:00 2001 From: Christopher Richmond Date: Sun, 19 Jul 2026 02:29:13 -0400 Subject: [PATCH] ci: tier workflow concurrency --- .github/workflows/validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index efb5704..890c823 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -4,6 +4,10 @@ on: push: pull_request: +concurrency: + group: pseudotv-validation-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: validate: runs-on: ubuntu-latest