From 86b8cbdd406ac4706d78378a58209e313a0718a2 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Tue, 26 Apr 2022 09:08:33 -0500 Subject: [PATCH] prep for PR to upstream --- .github/workflows/downstream_testing.yml | 5 +++++ changelog/7342.trivial.rst | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 changelog/7342.trivial.rst diff --git a/.github/workflows/downstream_testing.yml b/.github/workflows/downstream_testing.yml index 9b4d4cd7e..b39b798c8 100644 --- a/.github/workflows/downstream_testing.yml +++ b/.github/workflows/downstream_testing.yml @@ -1,6 +1,11 @@ name: downstream_testing_2 on: + workflow_dispatch: + pull_request: + branches: + # Only run downstream tests on PRs for releases + - "[0-9]+.[0-9]+.x" push: branches: - downstream_testing_2 diff --git a/changelog/7342.trivial.rst b/changelog/7342.trivial.rst new file mode 100644 index 000000000..7cd4fecdc --- /dev/null +++ b/changelog/7342.trivial.rst @@ -0,0 +1,2 @@ +Added a system to run downstream plugin tests against current pytest, using GitHub Actions. Currently +constrained to pytest plugins that utilize GitHub Actions and ``tox`` to accomplish their own tests. \ No newline at end of file