From b1e7964ad533c400e9e5c623e8e9f81c85c03648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Wed, 22 Dec 2021 17:43:37 +0100 Subject: [PATCH] CI: Add missing workflow_trigger_on_tags filter to bytecode jobs --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed9c2ca05..b53bdb72b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1442,18 +1442,23 @@ workflows: # Bytecode comparison: - b_bytecode_ubu: + <<: *workflow_trigger_on_tags requires: - b_ubu - b_bytecode_win: + <<: *workflow_trigger_on_tags requires: - b_win - b_bytecode_osx: + <<: *workflow_trigger_on_tags requires: - b_osx - b_bytecode_ems: + <<: *workflow_trigger_on_tags requires: - b_ems - t_bytecode_compare: + <<: *workflow_trigger_on_tags requires: - b_bytecode_ubu - b_bytecode_win