Skip to content

Commit 3b6d974

Browse files
authored
Revert "Fix pipeline"
1 parent 3a30c19 commit 3b6d974

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

Diff for: .github/workflows/test.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Python CI
22

33
on:
4-
[ push, workflow_dispatch ]
4+
[ push, pull_request, workflow_dispatch ]
55

66
jobs:
77
build:
@@ -11,22 +11,11 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
python: [ 3.9, 3.13 ]
14+
python: [ 3.7, 3.9, 3.13]
1515
splunk-version:
1616
- "8.1"
1717
- "8.2"
1818
- "latest"
19-
include:
20-
- os: ubuntu-22.04
21-
python: 3.7
22-
splunk-version: "8.1"
23-
- os: ubuntu-22.04
24-
python: 3.7
25-
splunk-version: "8.2"
26-
- os: ubuntu-22.04
27-
python: 3.7
28-
splunk-version: "latest"
29-
3019
fail-fast: false
3120

3221
steps:

0 commit comments

Comments
 (0)