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