@cryptotaxi247 / kubo / commits / 9804f9a65

Revert "ci: trigger continuation on tags (#8466)"

This reverts commit 731b4de91ccfa302aec8e34b854fc705fc0559a8.

guseggert committed Sep 28, 2021 at 13:52 UTC 9804f9a6509499209e13c40c2c1f2d74a1cef327
2 files changed +1 -14
.circleci/config.yml
-14
@@ -2,14 +2,6 @@ version: 2.1
2 setup: true
3 orbs:
4 continuation: circleci/continuation@0.2.0
5 -
6 -aliases:
7 - only-version-tags: &only-version-tags
8 - tags:
9 - only: /^v[0-9].*/
10 - branches:
11 - ignore: /.*/
12 -
5 jobs:
6 generate-params:
7 executor: continuation/default
@@ -43,9 +35,3 @@ workflows:
35 setup-workflow:
36 jobs:
37 - generate-params
46 -
47 - # NOTE: CircleCI only builds tags if you explicitly filter for them.
48 - setup-workflow-tag:
49 - jobs:
50 - - generate-params:
51 - filters: *only-version-tags
.circleci/main.yml
+1
@@ -442,6 +442,7 @@ workflows:
442 # the bifrost-* branches are used for deploying code that hasn't hit master yet (e.g. for testing)
443 - /^bifrost-.*/
444
445 +
446 # NOTE: CircleCI only builds tags if you explicitly filter for them. That
447 # also means tag-based jobs can only depend on other tag-based jobs, so we
448 # use a separate workflow because every job needs to be tagged together.