[ci] Remove effectively ignored filters

We want these jobs to always run, and the filter does not seem to do
anything anyway.
pull/3148/head
Khaled Hosny 4 years ago
parent f73053edaf
commit d203267e53
  1. 10
      .circleci/config.yml

@ -156,10 +156,7 @@ workflows:
build: build:
jobs: jobs:
- macos-aat-fonts - macos-aat-fonts
- distcheck: # will be dropped with autotools removal - distcheck
filters:
tags:
only: /^\d+.\d+.\d+$/
- publish-dist: - publish-dist:
requires: requires:
- distcheck - distcheck
@ -172,10 +169,7 @@ workflows:
- alpine - alpine
#- archlinux #- archlinux
- sanitizers - sanitizers
- crossbuild-win32: - crossbuild-win32
filters:
tags:
only: /^\d+.\d+.\d+$/
- crossbuild-win64 - crossbuild-win64
- publish-win32: - publish-win32:
requires: requires:

Loading…
Cancel
Save