stop gauntlet from running every build

This commit is contained in:
pokeeffe-molecula 2022-01-13 13:00:02 -06:00
parent da3cabe642
commit f4d28b840a

View file

@ -279,8 +279,7 @@ gauntlet:
- docker
- fbsmoke
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && ($CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web")'
before_script:
- apt-get update && apt-get install -y gnupg software-properties-common curl git
- curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -