From 0cf1519961b3f570401921a44858bf13478a7135 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 10 Jun 2024 08:59:35 -0600 Subject: [PATCH 1/2] Revert "Run tests on changes to root dotfiles (#9062)" This reverts commit 1f3bc7e96ec0b0c32250ec3f8e7e8a2d19d9a306. --- .github/workflows/ci.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2322c8b771d..bb83e86448c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,12 +7,11 @@ on: branches: - "main" paths: - - "ci/**" - - ".github/**" - - "/*" # covers files such as `pyproject.toml` - - "/.*" # ...and dotfiles in the root such as `.pre-commit-config.yaml` - - "properties/**" - - "xarray/**" + - 'ci/**' + - '.github/**' + - '/*' # covers files such as `pyproject.toml` + - 'properties/**' + - 'xarray/**' workflow_dispatch: # allows you to trigger manually concurrency: @@ -54,7 +53,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: From ae9d002df2b21359b32b75f0c8ede1dde281c30f Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Mon, 10 Jun 2024 08:59:41 -0600 Subject: [PATCH 2/2] Revert "Trigger CI only if code files are modified. (#9006)" This reverts commit 2ad98b132cf004d908a77c40a7dc7adbd792f668. --- .github/workflows/ci-additional.yaml | 6 ------ .github/workflows/ci.yaml | 6 ------ 2 files changed, 12 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 bb83e86448c..2975ba8829f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.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: