From 62780038e6e86bcb8902e78e6c2c13454ae46ecd Mon Sep 17 00:00:00 2001 From: chatton Date: Tue, 14 Nov 2023 11:43:47 +0000 Subject: [PATCH] chore: addressing PR feedback --- .github/workflows/e2e-wasm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-wasm.yaml b/.github/workflows/e2e-wasm.yaml index 3980b410e2b..1dc46498010 100644 --- a/.github/workflows/e2e-wasm.yaml +++ b/.github/workflows/e2e-wasm.yaml @@ -5,8 +5,8 @@ on: workflow_dispatch: pull_request: paths: - - 'e2e/tests/wasm/grandpa_test.go' # the e2e test itself changes. - - 'e2e/tests/data/**' # modifications to any contracts are made. + - 'e2e/tests/wasm/**' # the e2e tests change. + - 'e2e/tests/wasm/contracts/**' # modifications to any contracts are made. - 'modules/light-clients/08-wasm/**' # modifications to the 08-wasm module. - 'modules/core/02-client/**' # modifications to the 02-client module. - '.github/workflows/e2e-wasm.yaml' # changes to this workflow.