Skip to content

Commit

Permalink
added back in the required tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Mar 30, 2023
1 parent 5a72e73 commit 572e630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -322,14 +322,14 @@ workflows:
filters:
branches:
only: main
# requires: *all_jobs
requires: *all_jobs
- beta:
context: aws
filters:
branches:
# matches all branches that begin with 'beta-dist'
only: /beta-dist-.*/
# requires: *all_jobs
requires: *all_jobs
- alpha:
context: aws
filters:
Expand Down

0 comments on commit 572e630

Please sign in to comment.