Skip to content
Snippets Groups Projects
Unverified Commit e2deb4f0 authored by tusooa's avatar tusooa 🏔️
Browse files

Do not run prepare-env job on push

It's useless now, and confusing as it will reset the pipeline status to success.
parent 3d00fd5f
Branches
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ prepare-env:
artifacts:
reports:
dotenv: prepare.env
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
build-deps-debug:
stage: deps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment