From bdd3b4cb0e372ce78809f877b310374a503d6203 Mon Sep 17 00:00:00 2001 From: toonn Date: Sun, 18 Jul 2021 21:10:16 +0200 Subject: Actions: Drop on_pullrequest from Pypy We need to get it passing first before we can make it a useful status check on PRs. --- .github/workflows/pypy.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/pypy.yml b/.github/workflows/pypy.yml index 0fa60042..87e072fb 100644 --- a/.github/workflows/pypy.yml +++ b/.github/workflows/pypy.yml @@ -1,14 +1,10 @@ -name: PEP8 and tests +name: Pypy tests on: push: paths: - '.github/workflows/python.yml' - '**.py' - pull_request: - paths: - - '.github/workflows/python.yml' - - '**.py' jobs: test_py: @@ -29,6 +25,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - name: Pypy flake8 and test + - name: Pypy lints and tests run: | make test_pylint test_flake8 test_pytest test_doctest test_other -- cgit 1.4.1-2-gfad0