Skip to content

Commit b1ce9d3

Browse files
Merge pull request #607 from splunk/fix-actions
Fix pipeline
2 parents 1a3e290 + 7418861 commit b1ce9d3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/test.yml

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

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

66
jobs:
77
build:
@@ -11,11 +11,22 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
python: [ 3.7, 3.9, 3.13]
14+
python: [ 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+
1930
fail-fast: false
2031

2132
steps:

0 commit comments

Comments
 (0)