Skip to content

Commit a4a690d

Browse files
authored
Merge pull request #425 from wunderio/feature/QAG-34
QAG-34: Update CI config documentation with learnings from TKU-1003
2 parents 41d5176 + 0992ef2 commit a4a690d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ workflows:
6565
# This is stored in CircleCI as an environment variable and also in LastPass.
6666
secret_key_env: SEC_DRUPAL_PROJECT_SILTA_DEV
6767
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.
6872
requires:
6973
- build
7074
filters:

0 commit comments

Comments
 (0)