Skip to content

Commit 72b7dfa

Browse files
committed
Rename workflow to 'GMT Dev Tests'
1 parent 6df8e34 commit 72b7dfa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This workflow installs PyGMT dependencies, builds documentation and runs tests on GMT latest
1+
# This workflow installs PyGMT dependencies, builds documentation and runs tests on GMT dev version
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: GMT Latest Tests
4+
name: GMT Dev Tests
55

66
on:
77
# push:

MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ On the *master* branch, the workflow also handles the documentation deployment:
6060
*master* branch onto the `dev` folder of the *gh-pages* branch.
6161
* Updated the `latest` documentation link to the new release.
6262

63-
2. `ci_tests_dev.yaml` (GMT Latest Tests on Linux/macOS/Windows).
63+
2. `ci_tests_dev.yaml` (GMT Dev Tests on Linux/macOS/Windows).
6464

6565
This is triggered when a PR is marked as "ready for review", or using the slash
6666
command `/test-gmt-dev`. It is also scheduled to run daily on the *master* branch.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ PyGMT
1313
.. image:: https://github.com/GenericMappingTools/pygmt/workflows/Tests/badge.svg
1414
:alt: GitHub Actions Tests status
1515
:target: https://github.com/GenericMappingTools/pygmt/actions?query=workflow%3ATests
16-
.. image:: https://github.com/GenericMappingTools/pygmt/workflows/GMT%20Latest%20Tests/badge.svg
17-
:alt: GitHub Actions GMT Latest Tests status
16+
.. image:: https://github.com/GenericMappingTools/pygmt/workflows/GMT%20Dev%20Tests/badge.svg
17+
:alt: GitHub Actions GMT Dev Tests status
1818
:target: https://github.com/GenericMappingTools/pygmt/actions?query=workflow%3A%22GMT+Latest+Tests%22
1919
.. image:: https://img.shields.io/codecov/c/github/GenericMappingTools/pygmt/master.svg?style=flat-square
2020
:alt: Test coverage status

0 commit comments

Comments
 (0)