From 42aeb4ade70e8a5171fed62cefef0e377014eb8c Mon Sep 17 00:00:00 2001 From: Eugene Kolnick <34349331+eak12913@users.noreply.github.com> Date: Wed, 29 Mar 2023 12:34:08 -0400 Subject: [PATCH] [skip ci] Refactor contexts (#82) --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e46cad..d5eb6bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,13 +89,15 @@ workflows: jobs: - precommit: context: - - Gruntwork GCP + - GCP__automated-tests + - GITHUB__PAT__gruntwork-ci filters: tags: only: /^v.*/ - test: context: - - Gruntwork GCP + - GCP__automated-tests + - GITHUB__PAT__gruntwork-ci requires: - precommit filters: