Skip to content

Commit 75f65ea

Browse files
Improving docs
1 parent 0b438a8 commit 75f65ea

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/quality_check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ on:
2626
- "mypy.ini"
2727
branches:
2828
- develop
29-
- v3
3029
push:
3130
paths:
3231
- "aws_lambda_powertools/**"
@@ -37,7 +36,6 @@ on:
3736
- "mypy.ini"
3837
branches:
3938
- develop
40-
- v3
4139

4240
permissions:
4341
contents: read

.github/workflows/quality_code_cdk_constructor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ name: Code quality - CDK constructor
55
# 1. Install all dependencies and spin off containers for all supported Python versions
66
# 2. Run code formatters and linters (various checks) for code standard
77
# 3. Run static typing checker for potential bugs
8-
# 4. Run entire test suite for regressions except end-to-end (unit, functional, performance)
9-
# 5. Run static analysis (in addition to CodeQL) for common insecure code practices
10-
# 6. Run complexity baseline to avoid error-prone bugs and keep maintenance lower
11-
# 7. Collect and report on test coverage
8+
# 4. Run tests
129

1310
# USAGE
1411
#
@@ -21,13 +18,11 @@ on:
2118
- "layer/layer_constructors/**"
2219
branches:
2320
- develop
24-
- v3
2521
push:
2622
paths:
2723
- "layer/layer_constructors/**"
2824
branches:
2925
- develop
30-
- v3
3126

3227
permissions:
3328
contents: read

0 commit comments

Comments
 (0)