From ac9efd85737120ee9f6fe315384dacc32504cb8a Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 25 May 2022 14:29:05 +0100 Subject: [PATCH] `stubtest_stdlib`: run on PRs updating `requirements-tests.txt` (#7949) --- .github/workflows/stubtest_stdlib.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stubtest_stdlib.yml b/.github/workflows/stubtest_stdlib.yml index 8fa279b55..3d693bb8c 100644 --- a/.github/workflows/stubtest_stdlib.yml +++ b/.github/workflows/stubtest_stdlib.yml @@ -11,6 +11,7 @@ on: - 'stdlib/**' - '.github/workflows/stubtest_stdlib.yml' - 'tests/**' + - 'requirements-tests.txt' permissions: contents: read