From 7baa728d0c1b0d1bbfcc6db0592ea141de189940 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Mon, 25 Aug 2025 12:18:22 +0800 Subject: [PATCH] ci: MemShell IntegrationTest not run when packer changed --- .github/workflows/memshell-integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/memshell-integration-test.yml b/.github/workflows/memshell-integration-test.yml index b71facc9..97b94d84 100644 --- a/.github/workflows/memshell-integration-test.yml +++ b/.github/workflows/memshell-integration-test.yml @@ -1,4 +1,4 @@ -name: Memshell IntegrationTest +name: MemShell IntegrationTest on: push: @@ -6,6 +6,7 @@ on: - '**' paths: - '**/memshell/**' + - '**/packer/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}