Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda_smithy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,10 @@ def __call__(self, args):
if args.cirrus_runners:
if args.remove:
print("Cirrus Runners Registration: removing")
ci_register.enable_cirrus_runners_app(owner, repo)
ci_register.disable_cirrus_runners_app(owner, repo)
else:
print("Cirrus Runners Registration: installing")
ci_register.disable_cirrus_runners_app(owner, repo)
ci_register.enable_cirrus_runners_app(owner, repo)

else:
print("Cirrus Runners registration disabled.")
Expand Down
23 changes: 23 additions & 0 deletions news/2508-cirrus.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Fix inverted logic in Cirrus Runners registration. (#2508)

**Security:**

* <news item>