Skip to content
Snippets Groups Projects
Commit 60df8be3 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent c3dbe7cf
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,14 @@ services: ...@@ -19,6 +19,14 @@ services:
- name: griefed/gitlab-ci-cd:2.0.8 - name: griefed/gitlab-ci-cd:2.0.8
alias: docker alias: docker
workflow:
rules:
- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "detached"'
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- when: always
sast: sast:
stage: Tests stage: Tests
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment