Skip to content
Snippets Groups Projects
Commit b57358ad authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Set migration job as manual by default

parent b15cd221
No related branches found
No related tags found
No related merge requests found
Pipeline #865231 waiting for manual action
......@@ -30,6 +30,7 @@ migration:
when: never # Ignore detached head jobs created by merge requests.
- if: $CI_PIPELINE_SOURCE != "schedule"
when: manual
- when: manual
stage: commands
script:
- dotnet run --project .\src\$DOTNET_MAIN_PROJECT_FOLDER -- --noDryRun
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment