diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e8d8b3d..8d4815d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: name: "Load Cache: CRLs" keys: - disa-crls-v2 - - run: + - run: name: "Update CRLs" command: ./script/sync-crls - save_cache: @@ -205,10 +205,10 @@ workflows: - test filters: branches: - only: master + only: circleci-cd-rebased - deploy: requires: - build_and_push_image filters: branches: - only: master + only: circleci-cd-rebased