Limit CI/CD to oiginal repo
# Example: put this in all jobs (or in `default:` if supported in your version)
default:
rules:
- if: '$CI_PROJECT_ID == "157"' # Setting > General > Project ID
when: always
- when: never
# Example: put this in all jobs (or in `default:` if supported in your version)
default:
rules:
- if: '$CI_PROJECT_ID == "157"' # Setting > General > Project ID
when: always
- when: never