Skip to content

Commit

Permalink
[skip ci] Refactor contexts (gruntwork-io#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
eak12913 authored Mar 29, 2023
1 parent e94600b commit a5dd3f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5dd3f6

Please sign in to comment.