Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mojaloop/#3024): post /bulkTransfers from Switch to PayeeFSP to use Switch as fspiop-source #926

21 changes: 13 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -717,11 +717,11 @@ workflows:
- setup
filters:
tags:
only: /.*/
ignore: /.*/
branches:
ignore:
- /feature*/
- /bugfix*/
- master
- main
- test-lint:
context: org-global
requires:
Expand Down Expand Up @@ -855,7 +855,8 @@ workflows:
context: org-global
requires:
- pr-tools/pr-title-check
- test-dependencies
## Only do this check on PRs
# - test-dependencies
- test-lint
- test-unit
- test-coverage
Expand Down Expand Up @@ -883,7 +884,8 @@ workflows:
context: org-global
requires:
- pr-tools/pr-title-check
- test-dependencies
## Only do this check on PRs
# - test-dependencies
- test-lint
- test-unit
- build
Expand All @@ -904,7 +906,8 @@ workflows:
context: org-global
requires:
- pr-tools/pr-title-check
- test-dependencies
## Only do this check on PRs
# - test-dependencies
- test-lint
- test-unit
- build
Expand All @@ -925,7 +928,8 @@ workflows:
context: org-global
requires:
- pr-tools/pr-title-check
- test-dependencies
## Only do this check on PRs
# - test-dependencies
- test-lint
- test-unit
- test-coverage
Expand All @@ -945,7 +949,8 @@ workflows:
context: org-global
requires:
- pr-tools/pr-title-check
- test-dependencies
## Only do this check on PRs
# - test-dependencies
- test-lint
- test-unit
- test-coverage
Expand Down
Loading