Skip to content

Commit

Permalink
Modify expected template and workflow (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasireddy99 committed Jul 24, 2023
1 parent 1fda6c9 commit 3386be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-build-python39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- release/*
paths-ignore:
- '.github/**'
- '!.github/workflows/main-build-python38.yml'
- '!.github/workflows/main-build-python39.yml'
- '**.md'
workflow_dispatch:

concurrency:
group: main-build-python38-${{ github.ref_name }}
group: main-build-python39-${{ github.ref_name }}
cancel-in-progress: true


Expand All @@ -22,7 +22,7 @@ permissions:
jobs:
integration-test:
runs-on: ubuntu-20.04
name: Python38-${{ matrix.architecture }}-IntegrationTest
name: Python39-${{ matrix.architecture }}-IntegrationTest
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions adot/utils/expected-templates/python-aws-sdk-wrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name":"lambda-python.*",
"subsegments": [
{
"name": "HTTP GET"
"name": "GET"
},
{
"name": "S3",
Expand All @@ -24,7 +24,7 @@
]
},
{
"name":"HTTP GET",
"name":"GET",
"inferred":true,
"http":{
"request":{
Expand Down

0 comments on commit 3386be6

Please sign in to comment.