From 9e9a2e01203f658ebe088bdab7e604ee493c83f1 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 12:50:35 +0100 Subject: [PATCH 1/2] Adding v3 branch to quality check and e2e actions --- .github/workflows/quality_check.yml | 2 ++ .github/workflows/run-e2e-tests.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index c628206e489..7008fe90c90 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -25,6 +25,7 @@ on: - "mypy.ini" branches: - develop + - v3 # Powertools v3 branch push: paths: - "aws_lambda_powertools/**" @@ -34,6 +35,7 @@ on: - "mypy.ini" branches: - develop + - v3 # Powertools v3 branch permissions: contents: read diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index 7c4f4f9dfb4..e99e8166540 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -19,6 +19,7 @@ on: push: branches: - develop + - v3 # Powertools v3 branch paths: - "aws_lambda_powertools/**" - "tests/e2e/**" From 8ac3d48bbb7bfed86195f24463af5f66f6188fce Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 12:51:52 +0100 Subject: [PATCH 2/2] Adding v3 branch to quality check and e2e actions --- .github/workflows/quality_check.yml | 4 ++-- .github/workflows/run-e2e-tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index 7008fe90c90..84e9c3720c0 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -25,7 +25,7 @@ on: - "mypy.ini" branches: - develop - - v3 # Powertools v3 branch + - v3 push: paths: - "aws_lambda_powertools/**" @@ -35,7 +35,7 @@ on: - "mypy.ini" branches: - develop - - v3 # Powertools v3 branch + - v3 permissions: contents: read diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index e99e8166540..64308ba17db 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -19,7 +19,7 @@ on: push: branches: - develop - - v3 # Powertools v3 branch + - v3 paths: - "aws_lambda_powertools/**" - "tests/e2e/**"