From 58cc40d59f24c85b2f138524a3de4db8098c5f02 Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 11:20:32 +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..84e9c3720c0 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -25,6 +25,7 @@ on: - "mypy.ini" branches: - develop + - v3 push: paths: - "aws_lambda_powertools/**" @@ -34,6 +35,7 @@ on: - "mypy.ini" branches: - develop + - v3 permissions: contents: read diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index 7c4f4f9dfb4..64308ba17db 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -19,6 +19,7 @@ on: push: branches: - develop + - v3 paths: - "aws_lambda_powertools/**" - "tests/e2e/**" From 91832d217e0cd2117379e70f26a38a5c5b2192aa Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Mon, 29 Apr 2024 11:53:47 +0100 Subject: [PATCH 2/2] Adding v3 branch to quality check and e2e actions --- .github/workflows/quality_check.yml | 6 ++---- .github/workflows/run-e2e-tests.yml | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index 84e9c3720c0..ca03d549cb6 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -24,8 +24,7 @@ on: - "poetry.lock" - "mypy.ini" branches: - - develop - - v3 + - v3 # Powertools v3 branch push: paths: - "aws_lambda_powertools/**" @@ -34,8 +33,7 @@ on: - "poetry.lock" - "mypy.ini" branches: - - develop - - v3 + - v3 # Powertools v3 branch permissions: contents: read diff --git a/.github/workflows/run-e2e-tests.yml b/.github/workflows/run-e2e-tests.yml index 64308ba17db..cc04699f3f2 100644 --- a/.github/workflows/run-e2e-tests.yml +++ b/.github/workflows/run-e2e-tests.yml @@ -18,8 +18,7 @@ on: push: branches: - - develop - - v3 + - v3 # Powertools v3 branch paths: - "aws_lambda_powertools/**" - "tests/e2e/**"