File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ def main(ctx):
19
19
print (env .get ("CIRRUS_PR" ) != None )
20
20
print (env .get ("CIRRUS_BASE_BRANCH" ) == "develop" )
21
21
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
-
26
22
# If it's a CRON job named twiceweekly
27
23
if ((env .get ("CIRRUS_CRON" ) == "twiceweekly" ) and (env .get ("CIRRUS_BRANCH" ) == "develop" )):
28
24
return fs .read ("maintainer/ci/cirrus-ci.yml" )
Original file line number Diff line number Diff line change 2
2
MDAnalysis Repository README
3
3
================================
4
4
5
- |numfocus | |build | |cron | |linters | |cov |
5
+ |numfocus | |build | |cron | |cirruscron | | linters | |cov |
6
6
7
7
|docs | |devdocs | |usergroup | |developergroup | |anaconda | |asv |
8
8
@@ -175,6 +175,10 @@ For citations of included algorithms and sub-modules please see the references_.
175
175
:alt: Github Actions Cron Job Status
176
176
:target: https://github.com/MDAnalysis/mdanalysis/actions/workflows/gh-ci-cron.yaml
177
177
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
+
178
182
.. |linters | image :: https://github.com/MDAnalysis/mdanalysis/actions/workflows/linters.yaml/badge.svg
179
183
:alt: Github Actions Linters Status
180
184
:target: https://github.com/MDAnalysis/mdanalysis/actions/workflows/linters.yaml
You can’t perform that action at this time.
0 commit comments