From 94c84325349476b9b8ed89a8bc7968361415b983 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 10 Jun 2024 09:21:06 -0600 Subject: [PATCH] Always run code tests (#9083) * Revert "Run tests on changes to root dotfiles (#9062)" This reverts commit 1f3bc7e96ec0b0c32250ec3f8e7e8a2d19d9a306. * Revert "Trigger CI only if code files are modified. (#9006)" This reverts commit 2ad98b132cf004d908a77c40a7dc7adbd792f668. --- .github/workflows/ci-additional.yaml | 6 ------ .github/workflows/ci.yaml | 9 +-------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index 5f1e1b38705..d8f2b99acac 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -6,12 +6,6 @@ on: pull_request: branches: - "main" - paths: - - 'ci/**' - - '.github/**' - - '/*' # covers files such as `pyproject.toml` - - 'properties/**' - - 'xarray/**' workflow_dispatch: # allows you to trigger manually concurrency: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2322c8b771d..2975ba8829f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,13 +6,6 @@ on: pull_request: branches: - "main" - paths: - - "ci/**" - - ".github/**" - - "/*" # covers files such as `pyproject.toml` - - "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml` - - "properties/**" - - "xarray/**" workflow_dispatch: # allows you to trigger manually concurrency: @@ -54,7 +47,7 @@ jobs: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Bookend python versions - python-version: ["3.9", "3.12"] + python-version: ["3.9", "3.12"] env: [""] include: # Minimum python version: