summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-11-18 08:03:55 +0100
committerGitHub <noreply@github.com>2020-11-18 08:03:55 +0100
commit519675e77c389f9e43bb127f9fb24d4fad754946 (patch)
treee15a6c634ce68c9724896639402cbf462b46733e
parentb8612995ee806d4ffb6c7d29d9fcb7b499427394 (diff)
downloadzope-browser-519675e77c389f9e43bb127f9fb24d4fad754946.tar.gz
Rename the workflow. (#10)
Before the GHA badge reads: "run tests passing". This changes it to "tests passing".
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--README.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index f2bcc4c..83af9a0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,4 +1,4 @@
-name: run tests
+name: tests
on:
push:
diff --git a/README.rst b/README.rst
index 55e8b8e..bdac33d 100644
--- a/README.rst
+++ b/README.rst
@@ -10,8 +10,8 @@
:target: https://pypi.org/project/zope.browser/
:alt: Supported Python versions
-.. image:: https://github.com/zopefoundation/zope.browser/workflows/run%20tests/badge.svg
- :target: https://github.com/zopefoundation/zope.browser/actions?query=workflow%3A%22run+tests%22
+.. image:: https://github.com/zopefoundation/zope.browser/workflows/tests/badge.svg
+ :target: https://github.com/zopefoundation/zope.browser/actions?query=workflow%3A%22tests%22
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.browser/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.browser?branch=master