File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Python SDK Lint
22on : [push, workflow_dispatch]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
48env :
59 PYTHON_VERSION : 3.9
610
Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ on: [push, workflow_dispatch]
33
44jobs :
55 test :
6- runs-on : ${{ matrix.os }}
6+ runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- os : [ubuntu-latest]
109 python-version : [3.9]
1110 splunk-version : [9.4, latest]
1211 include :
13- - os : ubuntu-latest
14- python-version : 3.13
12+ - python-version : 3.13
1513 splunk-version : latest
14+ concurrency :
15+ group : ${{ github.workflow }}-py_${{ matrix.python-version }}-splunk_${{ matrix.splunk-version }}-${{ github.event.pull_request.number || github.ref }}
16+ cancel-in-progress : true
1617 steps :
1718 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1819 - uses : ./.github/actions/setup-sdk-environment
You can’t perform that action at this time.
0 commit comments