From f8034bce8c95cf9ed6fd5883d457fa32aea85d70 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 5 May 2023 21:26:49 +0200 Subject: [PATCH] Update CI --- .github/workflows/ci-validation.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-validation.yaml b/.github/workflows/ci-validation.yaml index 0522bcb0..f7a7dd08 100644 --- a/.github/workflows/ci-validation.yaml +++ b/.github/workflows/ci-validation.yaml @@ -9,6 +9,10 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: build: @@ -20,6 +24,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.10" + cache: "pip" - name: Install dependencies run: | python -m pip install --upgrade pip -- 2.47.3