diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d80e79b..b9118a65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Test on: - pull_request: + pull_request_target: branches: - "master" diff --git a/README.md b/README.md index 3b697c02..ca687f19 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ with this data. Data can be repeated. To not re-run function with repeatable data, it will be good to store results of completed runs. + Write decorator `cache` that stores results of completed runs with different arguments, number of arguments can be also different. If decorated function runs with repeating arguments it should return stored