Skip to content

Commit

Permalink
After checking on this ×branch integration_tests_py3
Browse files Browse the repository at this point in the history
  • Loading branch information
nely committed Jul 6, 2022
1 parent c9b4adf commit 110f82e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,27 @@ workflows:
- wagonorb/wagon:
filters:
branches:
only: /([0-9\.]*\-build|main|dev|RD-5146-update-manager-orb-to-use-6-4-dev-build)/
only: /([0-9\.]*\-build|main|dev)/
- wagonorb/arch64_wagon:
filters:
branches:
only: /([0-9\.]*\-build|main|dev|RD-5146-update-manager-orb-to-use-6-4-dev-build)/
only: /([0-9\.]*\-build|main|dev)/
- wagonorb/rhel_wagon:
filters:
branches:
only: /([0-9\.]*\-build|main|dev|RD-5146-update-manager-orb-to-use-6-4-dev-build)/
only: /([0-9\.]*\-build|main|dev)/
- wagonorb/build_bundle:
filters:
branches:
only: /([0-9\.]*\-build|main|dev|RD-5146-update-manager-orb-to-use-6-4-dev-build)/
only: /([0-9\.]*\-build|main|dev)/
requires:
- wagonorb/wagon
- wagonorb/arch64_wagon
- wagonorb/rhel_wagon
- integration_tests_py3:
filters:
branches:
only: /([0-9\.]*\-build|main|dev|RD-5146-update-manager-orb-to-use-6-4-dev-build)/
only: /([0-9\.]*\-build|main|dev)/
requires:
- wagonorb/build_bundle
- releaseorb/release:
Expand Down

0 comments on commit 110f82e

Please sign in to comment.