How to run multiple policy checks in one custom workflow? #4445
Unanswered
Ludingfeng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have the config
repos.yamlas following:And
atlantis.yamlas following:My expected behavior is running workflows
defaultandcustom-workflowto do policy check forcustom-projectwith everything fine.But I got some issues:ENV_VAR_TESTin workflowdefaultand also have the policy checkenv-variable-checkin this workflow but notcustom-workflow, but I got error info print from policy checkenv-variable-checkwhen I runatlantis plan. The policy check can be success if I remove thecustom-workflow.But only last one policy check will be run with above format.
Any suggestions will be appreciate.
Beta Was this translation helpful? Give feedback.
All reactions