Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1221954?usp=email )
Change subject: tests: fix name of GraalPy tests ......................................................................
tests: fix name of GraalPy tests
Bug: T413596 Change-Id: Ibe7ba1170f8de942a3a5f883cb98d3088e51ae51 --- M .github/workflows/graalpy_tests.yml 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/graalpy_tests.yml b/.github/workflows/graalpy_tests.yml index c939def..d0688c2 100644 --- a/.github/workflows/graalpy_tests.yml +++ b/.github/workflows/graalpy_tests.yml @@ -1,6 +1,6 @@ --- -# Run Pywikibot tests with a variety of Python versions -name: Pywikibot CI +# Run GraalPy tests with a variety of GraalPy versions and os +name: GraalPy Tests
on: push:
pywikibot-commits@lists.wikimedia.org