From a52119b3f11b9f8af016ab66517e5777dd3567c0 Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Tue, 9 Aug 2022 15:01:44 +0200 Subject: [PATCH] build: do not run integration test on tag --- .circleci/test-deploy.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index 8d6dd47..b27ea57 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -2,9 +2,6 @@ version: 2.1 orbs: nx: nrwl/nx@dev:<> orb-tools: circleci/orb-tools@11.1 -filters: &filters - tags: - only: /.*/ jobs: set-shas-integration-test: docker: @@ -34,11 +31,14 @@ jobs: workflows: test-deploy: jobs: - # Make sure to include "filters: *filters" in every test job you want to run as part of your deployment. - set-shas-integration-test: - filters: *filters + filters: &filters + tags: + ignore: /.*/ - orb-tools/pack: - filters: *filters + filters: &filters + tags: + only: /.*/ - orb-tools/publish: orb-name: nrwl/nx vcs-type: << pipeline.project.type >> @@ -46,7 +46,6 @@ workflows: requires: - set-shas-integration-test - orb-tools/pack - # - command-tests context: orb-publishing filters: branches: