Skip to content

Commit

Permalink
CircleCI: Minor config improvements. (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Jan 30, 2025
1 parent 3faeaf9 commit 2f801dc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ workflows:
app_catalog_test: giantswarm-test-catalog
persist_chart_archive: true
filters:
tags:
only: /^v.*/
branches:
ignore:
- main
- master
tags:
only: /^v.*/

- architect/push-to-app-catalog:
name: push-to-control-plane-catalog
Expand All @@ -30,12 +30,12 @@ workflows:
app_catalog: control-plane-catalog
app_catalog_test: control-plane-test-catalog
filters:
tags:
only: /^v.*/
branches:
ignore:
- main
- master
tags:
only: /^v.*/

- architect/run-tests-with-ats:
name: run-tests-with-ats
Expand All @@ -45,6 +45,9 @@ workflows:
branches:
ignore:
- main
- master
tags:
only: /^v.*/

# - architect/push-to-app-collection:
# name: push-to-capa-app-collection
Expand Down

0 comments on commit 2f801dc

Please sign in to comment.