File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches : ["master", "main"]
8
8
pull_request :
9
+ branches-ignore : ['dependabot/**']
9
10
workflow_dispatch :
10
11
schedule :
11
12
# schedule weekly tests, since some dependencies are not intended to be pinned
21
22
coding-standards :
22
23
name : Linting & CodingStandards
23
24
runs-on : ubuntu-latest
25
+ timeout-minutes : 10
24
26
steps :
25
27
- name : Checkout
26
28
# see https://github.com/actions/checkout
44
46
static-code-analysis :
45
47
name : StaticCodingAnalysis (py${{ matrix.python-version}} ${{ matrix.toxenv-factor }})
46
48
runs-on : ubuntu-latest
49
+ timeout-minutes : 10
47
50
strategy :
48
51
fail-fast : false
49
52
matrix :
77
80
build-and-test :
78
81
name : Test (${{ matrix.os }} py${{ matrix.python-version }} ${{ matrix.toxenv-factor }})
79
82
runs-on : ${{ matrix.os }}
83
+ timeout-minutes : 10
80
84
env :
81
85
REPORTS_ARTIFACT : tests-reports
82
86
strategy :
95
99
os : ' ubuntu-latest'
96
100
python-version : ' 3.6'
97
101
toxenv : ' lowest'
98
- timeout-minutes : 30
99
102
steps :
100
103
- name : Disabled Git auto EOL CRLF transforms
101
104
run : |
You can’t perform that action at this time.
0 commit comments