From b03e4c435570a7d8f982bce9c6683626b7259e65 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 28 Aug 2022 12:27:55 -0700 Subject: [PATCH] Cleanup CI --- .github/workflows/ci.yaml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d1b037d..0cdb8cef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,28 +1,8 @@ -name: CI +name: pytest -# yamllint disable-line rule:truthy on: push: - branches: - - dev - - rc - - master - pull_request: ~ - -env: - CACHE_VERSION: 1 - PIP_CACHE_VERSION: 1 - HA_SHORT_VERSION: 2022.9 - DEFAULT_PYTHON: 3.9 - PRE_COMMIT_CACHE: ~/.cache/pre-commit - PIP_CACHE: /tmp/pip-cache - SQLALCHEMY_WARN_20: 1 - PYTHONASYNCIODEBUG: 1 - HASS_CI: 1 - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true + pull_request: jobs: