Skip to content

Commit d8107b6

Browse files
authored
Prep for loss of free continuous Cirrus CI (#4234)
1 parent d5a30e9 commit d8107b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.cirrus.star

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ def main(ctx):
1919
print(env.get("CIRRUS_PR") != None)
2020
print(env.get("CIRRUS_BASE_BRANCH") == "develop")
2121

22-
# If you're targetting develop and it's a PR, run a CI job
23-
if ((env.get("CIRRUS_BASE_BRANCH") == "develop") and (env.get("CIRRUS_PR") != None)):
24-
return fs.read("maintainer/ci/cirrus-ci.yml")
25-
2622
# If it's a CRON job named twiceweekly
2723
if ((env.get("CIRRUS_CRON") == "twiceweekly") and (env.get("CIRRUS_BRANCH") == "develop")):
2824
return fs.read("maintainer/ci/cirrus-ci.yml")

README.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MDAnalysis Repository README
33
================================
44

5-
|numfocus| |build| |cron| |linters| |cov|
5+
|numfocus| |build| |cron| |cirruscron| |linters| |cov|
66

77
|docs| |devdocs| |usergroup| |developergroup| |anaconda| |asv|
88

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

178+
.. |cirruscron| image:: https://img.shields.io/cirrus/github/MDAnalysis/mdanalysis/develop
179+
:alt: Cirrus CI - Cron job status
180+
:target: https://cirrus-ci.com/github/MDAnalysis/mdanalysis/develop
181+
178182
.. |linters| image:: https://github.com/MDAnalysis/mdanalysis/actions/workflows/linters.yaml/badge.svg
179183
:alt: Github Actions Linters Status
180184
:target: https://github.com/MDAnalysis/mdanalysis/actions/workflows/linters.yaml

0 commit comments

Comments
 (0)