diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-01 00:09:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-01 00:09:48 +0000 |
commit | 0dc67904c1b8b01e7406fc510cf432c5bfc919fb (patch) | |
tree | 93fffcf04b7d5ef50291c9d6386e6dd5f199dcef /.gitlab/ci/rules.gitlab-ci.yml | |
parent | 915ce2e09259d71275f3e0a6e5214b793c2eb52e (diff) | |
download | gitlab-ce-0dc67904c1b8b01e7406fc510cf432c5bfc919fb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/rules.gitlab-ci.yml')
-rw-r--r-- | .gitlab/ci/rules.gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/ci/rules.gitlab-ci.yml b/.gitlab/ci/rules.gitlab-ci.yml index 6cc958e192d..6fc381fc7c2 100644 --- a/.gitlab/ci/rules.gitlab-ci.yml +++ b/.gitlab/ci/rules.gitlab-ci.yml @@ -1517,6 +1517,12 @@ changes: ["vendor/gems/omniauth-gitlab/**/*"] - <<: *if-merge-request-labels-run-all-rspec +.vendor:rules:omniauth-google-oauth2: + rules: + - <<: *if-merge-request + changes: ["vendor/gems/omniauth-google-oauth2/**/*"] + - <<: *if-merge-request-labels-run-all-rspec + .vendor:rules:omniauth-salesforce: rules: - <<: *if-merge-request |