Skip to content

Commit

Permalink
CI: mark release task as stateful
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Aug 10, 2024
1 parent f098723 commit f56b3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,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
only_if: "changesInclude('bork/version.py') && $BRANCH == 'main' && $CIRRUS_CRON == ''"
depends_on: [CI success]
env:
Expand Down

0 comments on commit f56b3ad

Please sign in to comment.