Skip to content

Commit

Permalink
Updated Gitlab CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyPex committed Jul 30, 2024
1 parent df2da86 commit 4ffdfdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ stages:

.standard_rules:
rules:
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME != 'dev'
- if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME != 'dev'
when: never
allow_failure: true

Job 1:
extends: .standard_rules
Expand Down

0 comments on commit 4ffdfdd

Please sign in to comment.