Skip to content

Commit

Permalink
only allow manual pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 1, 2023
1 parent b92a4ba commit 25d33c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: never
- if: $CI_COMMIT_BRANCH
- if: $CI_PIPELINE_SOURCE == "web"


stages:
Expand Down

0 comments on commit 25d33c9

Please sign in to comment.