Skip to content

Commit

Permalink
Merge pull request #564 from elBoberido/iox2-3-remove-draft-handing-f…
Browse files Browse the repository at this point in the history
…rom-cirrus-ci

[#3] Deaktivate draft handling on Cirrus CI
  • Loading branch information
elfenpiff authored Dec 23, 2024
2 parents 4fc172a + b16e6cb commit dfb22a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ env:
# Filter to run the CI only on the main branch or for pull request to the main branch
#

only_if: $CI_ENABLED && !$CIRRUS_PR_DRAFT && ( $CIRRUS_BRANCH == 'main' || ($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'main'))
# TODO: check why !$CIRRUS_PR_DRAFT breaks the CI on the main branch
only_if: $CI_ENABLED && ( $CIRRUS_BRANCH == 'main' || ($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'main'))

#
# Templates
Expand Down
2 changes: 1 addition & 1 deletion doc/release-notes/iceoryx2-v0.5.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iceoryx2 v?.?.?
# iceoryx2 v0.5.0

## [v0.5.0](https://github.com/eclipse-iceoryx/iceoryx2/tree/v0.5.0)

Expand Down

0 comments on commit dfb22a3

Please sign in to comment.