Skip to content

Commit

Permalink
Prep for loss of free continuous Cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Aug 12, 2023
1 parent 6e80c28 commit 8b91638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ def main(ctx):
print(env.get("CIRRUS_PR") != None)
print(env.get("CIRRUS_BASE_BRANCH") == "develop")

# If you're targetting develop and it's a PR, run a CI job
if ((env.get("CIRRUS_BASE_BRANCH") == "develop") and (env.get("CIRRUS_PR") != None)):
return fs.read("maintainer/ci/cirrus-ci.yml")

# If it's a CRON job named twiceweekly
if ((env.get("CIRRUS_CRON") == "twiceweekly") and (env.get("CIRRUS_BRANCH") == "develop")):
return fs.read("maintainer/ci/cirrus-ci.yml")
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MDAnalysis Repository README
================================

|numfocus| |build| |cron| |linters| |cov|
|numfocus| |build| |cron| |cirruscron| |linters| |cov|

|docs| |devdocs| |usergroup| |developergroup| |anaconda| |asv|

Expand Down Expand Up @@ -175,6 +175,10 @@ For citations of included algorithms and sub-modules please see the references_.
:alt: Github Actions Cron Job Status
:target: https://github.com/MDAnalysis/mdanalysis/actions/workflows/gh-ci-cron.yaml

.. |cirruscron| image:: https://img.shields.io/cirrus/github/MDAnalysis/mdanalysis/develop
:alt: Cirrus CI - Cron job status
:target: https://cirrus-ci.com/github/MDAnalysis/mdanalysis/develop

.. |linters| image:: https://github.com/MDAnalysis/mdanalysis/actions/workflows/linters.yaml/badge.svg
:alt: Github Actions Linters Status
:target: https://github.com/MDAnalysis/mdanalysis/actions/workflows/linters.yaml
Expand Down

0 comments on commit 8b91638

Please sign in to comment.