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 }}