Skip to content
Snippets Groups Projects
Commit 53538d48 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: pipeline gets stacked and duplicated

parent 7b34c5c0
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,7 @@
rules:
- if: '$DISABLE_INTEGRATION_TESTS'
when: never
- if: '($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "devel")'
- if: '$CI_COMMIT_TAG'
- when: manual # Always to allow run this job manually
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "devel" || $CI_COMMIT_TAG'
integration:lastest:
<<: *integration-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment