File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
adot/utils/expected-templates Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
- release/*
8
8
paths-ignore :
9
9
- ' .github/**'
10
- - ' !.github/workflows/main-build-python38 .yml'
10
+ - ' !.github/workflows/main-build-python39 .yml'
11
11
- ' **.md'
12
12
workflow_dispatch :
13
13
14
14
concurrency :
15
- group : main-build-python38 -${{ github.ref_name }}
15
+ group : main-build-python39 -${{ github.ref_name }}
16
16
cancel-in-progress : true
17
17
18
18
@@ -22,7 +22,7 @@ permissions:
22
22
jobs :
23
23
integration-test :
24
24
runs-on : ubuntu-20.04
25
- name : Python38 -${{ matrix.architecture }}-IntegrationTest
25
+ name : Python39 -${{ matrix.architecture }}-IntegrationTest
26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
Original file line number Diff line number Diff line change 12
12
"name" :" lambda-python.*" ,
13
13
"subsegments" : [
14
14
{
15
- "name" : " HTTP GET"
15
+ "name" : " GET"
16
16
},
17
17
{
18
18
"name" : " S3" ,
24
24
]
25
25
},
26
26
{
27
- "name" :" HTTP GET" ,
27
+ "name" :" GET" ,
28
28
"inferred" :true ,
29
29
"http" :{
30
30
"request" :{
You can’t perform that action at this time.
0 commit comments