From 6007b27c3ac1f7e7dcaedc46463d7790220a3ccb Mon Sep 17 00:00:00 2001 From: Blake Johnson Date: Thu, 11 Apr 2024 14:25:00 -0500 Subject: [PATCH] fix: revert workflows --- .github/workflows/test.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 43020f15..8bc8f9da 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,20 +1,6 @@ -name: Test +on: ["push", "pull_request"] -on: - push: - paths: - - "tests/**" - - "silverback/**" - - "setup.py" - - "pyproject.toml" - - ".github/workflows/test.yaml" - pull_request: - paths: - - "tests/**" - - "silverback/**" - - "setup.py" - - "pyproject.toml" - - ".github/workflows/test.yaml" +name: Test concurrency: # Cancel older, in-progress jobs from the same PR, same workflow.