diff --git a/.cirrus.yml b/.cirrus.yml index 9d7f7c7..d3d8c0a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -131,6 +131,7 @@ success_task: # If bork/version.py is modified on the main branch, make a release. Release_task: + stateful: true # we don't want the task interrupted mid-release persistent_worker: *linux only_if: "changesInclude('bork/version.py') && $BRANCH == 'main' && $CIRRUS_CRON == ''" depends_on: [CI success]