Skip to content

Commit

Permalink
propagate changes from dev to test (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld authored Dec 22, 2022
2 parents 24e360c + 406145b commit ae227d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/pipeline/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if REASON == "PullRequest" and TARGET in ENV_BRANCHES:
# it's a pull request against one of the environment branches, so use the target branch
environment = TARGET
elif REASON == "IndividualCI" and SOURCE in ENV_BRANCHES:
elif REASON in ["IndividualCI", "Manual"] and SOURCE in ENV_BRANCHES:
# it's being run on one of the environment branches, so use that
environment = SOURCE
else:
Expand Down

0 comments on commit ae227d9

Please sign in to comment.