From 8b0fce687ade28e2cd9c8610aabc6f1ae05aae4e Mon Sep 17 00:00:00 2001 From: kevin <68426071+hf-krechan@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:37:25 +0100 Subject: [PATCH 1/2] Update upload-ahb-to-azure-blobstorage.yml --- .github/workflows/upload-ahb-to-azure-blobstorage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upload-ahb-to-azure-blobstorage.yml b/.github/workflows/upload-ahb-to-azure-blobstorage.yml index 9b56026c9..36f57d28b 100644 --- a/.github/workflows/upload-ahb-to-azure-blobstorage.yml +++ b/.github/workflows/upload-ahb-to-azure-blobstorage.yml @@ -3,6 +3,8 @@ on: push: branches: - main + paths: + - "FV*/**" # trigger only when actual AHBs are updated (ignore dependabot and miscellaneous commits) jobs: upload: runs-on: ubuntu-latest From a10d6ba0276742870c5ce578c2ce25061a57f80c Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 12 Dec 2024 16:40:25 +0100 Subject: [PATCH 2/2] apply prettier --- .github/workflows/upload-ahb-to-azure-blobstorage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload-ahb-to-azure-blobstorage.yml b/.github/workflows/upload-ahb-to-azure-blobstorage.yml index 36f57d28b..a76fa3085 100644 --- a/.github/workflows/upload-ahb-to-azure-blobstorage.yml +++ b/.github/workflows/upload-ahb-to-azure-blobstorage.yml @@ -4,7 +4,7 @@ on: branches: - main paths: - - "FV*/**" # trigger only when actual AHBs are updated (ignore dependabot and miscellaneous commits) + - "FV*/**" # trigger only when actual AHBs are updated (ignore dependabot and miscellaneous commits) jobs: upload: runs-on: ubuntu-latest