From dd003e65c502acd822a45e36fd7b36a312ec7970 Mon Sep 17 00:00:00 2001 From: Anastasia Dusak <61540676+k-a-il@users.noreply.github.com> Date: Thu, 29 May 2025 12:34:36 +0200 Subject: [PATCH 1/3] GH Actions: fix order of path filters for push and pull-request events --- .github/workflows/aws-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-main.yml b/.github/workflows/aws-main.yml index 02fe6a0dbc12c..e7763bfc379f7 100644 --- a/.github/workflows/aws-main.yml +++ b/.github/workflows/aws-main.yml @@ -6,6 +6,7 @@ on: push: paths: - '**' + - '!.github/**' - '.github/actions/**' - '.github/workflows/aws-main.yml' - '.github/workflows/aws-tests.yml' @@ -13,13 +14,13 @@ on: - '!README.md' - '!.gitignore' - '!.git-blame-ignore-revs' - - '!.github/**' - '!docs/**' branches: - master pull_request: paths: - '**' + - '!.github/**' - '.github/actions/**' - '.github/workflows/aws-main.yml' - '.github/workflows/aws-tests.yml' @@ -27,7 +28,6 @@ on: - '!README.md' - '!.gitignore' - '!.git-blame-ignore-revs' - - '!.github/**' - '!docs/**' workflow_dispatch: inputs: From 0e7303bf29738bbfd2220cf12882703f34f80a15 Mon Sep 17 00:00:00 2001 From: Anastasia Dusak <61540676+k-a-il@users.noreply.github.com> Date: Thu, 29 May 2025 12:41:26 +0200 Subject: [PATCH 2/3] GH Actions: test triggers --- .github/workflows/aws-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-tests.yml b/.github/workflows/aws-tests.yml index 8e1ea7f160868..827c8528cf281 100644 --- a/.github/workflows/aws-tests.yml +++ b/.github/workflows/aws-tests.yml @@ -739,7 +739,7 @@ jobs: retention-days: 30 test-cfn-v2-engine: - name: Test CloudFront Engine v2 + name: Test CloudFormation Engine v2 if: ${{ !inputs.onlyAcceptanceTests }} runs-on: ubuntu-latest needs: From 6a37fead7d70549aea1403c22f8d2088b5486fc2 Mon Sep 17 00:00:00 2001 From: Anastasia Dusak <61540676+k-a-il@users.noreply.github.com> Date: Thu, 29 May 2025 12:43:52 +0200 Subject: [PATCH 3/3] Revert "GH Actions: test triggers" This reverts commit 0e7303bf29738bbfd2220cf12882703f34f80a15. --- .github/workflows/aws-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-tests.yml b/.github/workflows/aws-tests.yml index 827c8528cf281..8e1ea7f160868 100644 --- a/.github/workflows/aws-tests.yml +++ b/.github/workflows/aws-tests.yml @@ -739,7 +739,7 @@ jobs: retention-days: 30 test-cfn-v2-engine: - name: Test CloudFormation Engine v2 + name: Test CloudFront Engine v2 if: ${{ !inputs.onlyAcceptanceTests }} runs-on: ubuntu-latest needs: