From bf2cd8e6632f09406f1f9431bfa3fe4868e21d37 Mon Sep 17 00:00:00 2001 From: Piotr Narajowski Date: Wed, 10 Apr 2024 16:00:43 +0200 Subject: [PATCH] test pr Signed-off-by: Piotr Narajowski --- .github/workflows/check_pr_changes.yaml | 2 +- autopts/wid/mcp.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_pr_changes.yaml b/.github/workflows/check_pr_changes.yaml index 024a314c3a..5a4dcb0712 100644 --- a/.github/workflows/check_pr_changes.yaml +++ b/.github/workflows/check_pr_changes.yaml @@ -16,7 +16,7 @@ jobs: - name: List changed files id: list_files run: | - git diff --name-only origin/master...HEAD > changed_files.txt + git diff --name-only auto-pts/master...HEAD > changed_files.txt - name: Check for changes in autopts/wid directory id: check_changes diff --git a/autopts/wid/mcp.py b/autopts/wid/mcp.py index 776fb9e598..3e3e27ae9c 100644 --- a/autopts/wid/mcp.py +++ b/autopts/wid/mcp.py @@ -51,6 +51,8 @@ def hdl_wid_15(params: WIDParams): stack = get_stack() + # test + if stack.mcp.error_opcodes != [2, 3, 4]: return False