From d203267e53d1007ea1974111dee26c5383b3ee9a Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 15 Aug 2021 18:29:26 +0200 Subject: [PATCH] [ci] Remove effectively ignored filters We want these jobs to always run, and the filter does not seem to do anything anyway. --- .circleci/config.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ab77b2de0..06b451ef6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,10 +156,7 @@ workflows: build: jobs: - macos-aat-fonts - - distcheck: # will be dropped with autotools removal - filters: - tags: - only: /^\d+.\d+.\d+$/ + - distcheck - publish-dist: requires: - distcheck @@ -172,10 +169,7 @@ workflows: - alpine #- archlinux - sanitizers - - crossbuild-win32: - filters: - tags: - only: /^\d+.\d+.\d+$/ + - crossbuild-win32 - crossbuild-win64 - publish-win32: requires: