Skip to content

Commit

Permalink
test pr
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Narajowski <[email protected]>
  • Loading branch information
piotrnarajowski committed Apr 10, 2024
1 parent 53512bb commit ea6b45c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 myfork/master...HEAD > changed_files.txt
- name: Check for changes in autopts/wid directory
id: check_changes
Expand Down
2 changes: 2 additions & 0 deletions autopts/wid/mcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def hdl_wid_15(params: WIDParams):

stack = get_stack()

# test

if stack.mcp.error_opcodes != [2, 3, 4]:
return False

Expand Down

0 comments on commit ea6b45c

Please sign in to comment.