From 5fe7c8cc2ff3115c3c9209080a63fc0849f6ad17 Mon Sep 17 00:00:00 2001 From: Christopher Richmond Date: Sun, 19 Jul 2026 03:46:42 -0400 Subject: [PATCH] ci: tier validation workflow --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06eaf60..9db3027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: pull_request: workflow_dispatch: +concurrency: + group: aosdk-ci-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + permissions: contents: read