Skip to content

Commit

Permalink
Merge branch 'feature/PB-33990_Allow-job-to-fail-until-its-resolved-c…
Browse files Browse the repository at this point in the history
…ompletely-pro' into 'master'

PB-33990 Set allow_failure: true for seq-php7.4-mariadb10.5 job

See merge request passbolt/passbolt-ce-api!316
  • Loading branch information
cedricalfonsi committed Nov 21, 2024
2 parents a3dacc0 + ec5594e commit 34336f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ seq-php7.4-mariadb10.5:
extends:
- .mysql-template
- .test-template
allow_failure: true
rules:
- if: '$TEST_DISABLED == null && $CI_COMMIT_BRANCH == "master"'
- if: '$TEST_DISABLED == null && $CI_COMMIT_BRANCH == "develop"'
Expand Down

0 comments on commit 34336f1

Please sign in to comment.