1 2 3 4 5 6 7 8 9
# Rules for where jobs can run .run_automatically: rules: - if: '$CI_MERGE_REQUEST_ID' when: on_success - if: '$CI_PROJECT_PATH == "utils/rust-git-workarea"' when: on_success - when: never