I’m still observing the same problem on https://app.circleci.com/pipelines/github/orange-cloudfoundry/osb-cmdb?filter=all with a build triggered today on march 24 with the following config
workflows:
version: 2
build-n-deploy:
jobs:
- build:
filters:
tags:
ignore: /.*/
- build_n_deploy:
filters:
branches:
ignore: /.*/
tags:
only: /.*/
- release_to_github:
requires:
- build_n_deploy
filters:
branches:
ignore: /.*/
tags:
only: /.*/
where the release_to_github job runs before the build_n_deploy job that it requires