We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d5176 + 0992ef2 commit a4a690dCopy full SHA for a4a690d
.circleci/config.yml
@@ -65,6 +65,10 @@ workflows:
65
# This is stored in CircleCI as an environment variable and also in LastPass.
66
secret_key_env: SEC_DRUPAL_PROJECT_SILTA_DEV
67
context: silta_dev
68
+ # Make sure that `requires` is always set to override the default value in `main` and `production` build jobs.
69
+ # This is to avoid requiring the `approve-deployment` job which breaks the deployment.
70
+ # This is because the `main` and `production` environments are filtered out from the default `build` job.
71
+ # Use `requires: []` to override the default value when no other jobs are required.
72
requires:
73
- build
74
filters:
0 commit comments