From 3b6d974dca26fd4bf29b5bf316f56b5f87b6bd90 Mon Sep 17 00:00:00 2001 From: szymonjas <166526821+szymonjas@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:01:21 +0200 Subject: [PATCH] Revert "Fix pipeline" --- .github/workflows/test.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 329c686c..dc8bd208 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Python CI on: - [ push, workflow_dispatch ] + [ push, pull_request, workflow_dispatch ] jobs: build: @@ -11,22 +11,11 @@ jobs: matrix: os: - ubuntu-latest - python: [ 3.9, 3.13 ] + python: [ 3.7, 3.9, 3.13] splunk-version: - "8.1" - "8.2" - "latest" - include: - - os: ubuntu-22.04 - python: 3.7 - splunk-version: "8.1" - - os: ubuntu-22.04 - python: 3.7 - splunk-version: "8.2" - - os: ubuntu-22.04 - python: 3.7 - splunk-version: "latest" - fail-fast: false steps: