diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2023-02-15 14:41:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 14:41:42 +0100 |
commit | da6cf855a5fa332781f1637775ab3cff1e12b86a (patch) | |
tree | 2ec29882529d6493d6875a19cf704e079777a6ff /.github | |
parent | 0bd56e7ec12f8ceeb8d082340e71e60b873d5c57 (diff) | |
parent | 6ef6233d5493dc2e18232304e1c3b8b0ae6f27c8 (diff) | |
download | numpy-da6cf855a5fa332781f1637775ab3cff1e12b86a.tar.gz |
Merge pull request #23141 from rgommers/reduce-azp-jobs
CI: reduce CI load - two fewer Azure Windows jobs, and no GHA jobs on merge
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_test.yml | 4 | ||||
-rw-r--r-- | .github/workflows/cygwin.yml | 4 | ||||
-rw-r--r-- | .github/workflows/linux_musl.yml | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 8168f5809..69eb9e20e 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -1,10 +1,6 @@ name: Build_Test on: - push: - branches: - - main - - maintenance/** pull_request: branches: - main diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index cc633ffe8..9ca4f24b9 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -3,10 +3,6 @@ # if: github.repository == 'numpy/numpy' name: Test on Cygwin on: - push: - branches: - - main - - maintenance/** pull_request: branches: - main diff --git a/.github/workflows/linux_musl.yml b/.github/workflows/linux_musl.yml index 7d842a7e8..af0113226 100644 --- a/.github/workflows/linux_musl.yml +++ b/.github/workflows/linux_musl.yml @@ -1,10 +1,6 @@ name: Test musllinux_x86_64 on: - push: - branches: - - main - - maintenance/** pull_request: branches: - main |