From: Giorgio Ravera Date: Fri, 5 May 2023 19:26:49 +0000 (+0200) Subject: Update CI X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f8034bce8c95cf9ed6fd5883d457fa32aea85d70;p=homeassistant.git Update CI --- 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