From 27d1d87636b2a40c710088525c06c8aa52f1f4bd Mon Sep 17 00:00:00 2001 From: Jakub Nowakowski Date: Mon, 15 Feb 2021 11:29:27 +0100 Subject: [PATCH] Removed rfc-18 branch filter for CircleCI job execution Initally we added ignore filter for branches with rfc-18 prefix which sounds like a good idea taking into account that we want to run GitHub Actions for such branches, so duplication is not necessary. It turned out that we require CircleCI job to be executed as a check before merging to master. That's why we removed the filter and will execute the job anywas. It shouldn't be much of a problem as the duplication will take place only for workflows on rfc-18 branches as we filter them in GiHub Actions configuration. --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 68c1bcd86c..9838945cc6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -339,7 +339,6 @@ workflows: branches: ignore: - master - - /rfc-18\/.*/ context: keep-dev - build_token_dashboard_dapp: filters: