From 2a7e70d3a19a84b0c6c2bd19515653acefee3f57 Mon Sep 17 00:00:00 2001 From: Jonathan Perry Date: Wed, 10 Apr 2024 15:46:30 -0400 Subject: [PATCH] chore(ci): always run the pytest workflow (#379) --- .github/workflows/pytest.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 366e303447..a5200d1316 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -1,16 +1,5 @@ name: pytest -on: - pull_request: - paths-ignore: - - "**.md" - - "CODEOWNERS" - - "CONTRIBUTING.md" - - ".gitignore" - - "docs/**" - - "adr/**" - - "website/**" - - "tests/e2e/**" - - "packages/**" +on: [pull_request] # Declare default permissions as read only. permissions: read-all