From 69a6ec32ddb7f89d0983e6c9f376a7ea5448589b Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Thu, 19 Dec 2019 15:04:55 +1100 Subject: [PATCH] Rename workflow to 'build' update Build Status link and image --- .github/workflows/main.yml | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d26d7093d2..0b12351f4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Run Datacube Test Suite and Packaging +name: build on: pull_request: diff --git a/README.rst b/README.rst index d2ae7bdd1d..52dac1c539 100644 --- a/README.rst +++ b/README.rst @@ -93,8 +93,8 @@ to ``./check-code.sh`` script. ./check-code.sh --with-docker integration_tests -.. |Build Status| image:: https://travis-ci.org/opendatacube/datacube-core.svg?branch=develop - :target: https://travis-ci.org/opendatacube/datacube-core +.. |Build Status| image:: https://github.com/opendatacube/datacube-core/workflows/build/badge.svg + :target: https://github.com/opendatacube/datacube-core/actions .. |Coverage Status| image:: https://coveralls.io/repos/opendatacube/datacube-core/badge.svg?branch=develop&service=github :target: https://coveralls.io/github/opendatacube/datacube-core?branch=develop .. |Documentation Status| image:: https://readthedocs.org/projects/datacube-core/badge/?version=latest