Skip to content

Commit

Permalink
Merge branch 'integrationTesting' into INT-B-21480
Browse files Browse the repository at this point in the history
  • Loading branch information
samaysofo committed Jan 31, 2025
2 parents 594d82c + 44764c3 commit 7ecf13e
Show file tree
Hide file tree
Showing 51 changed files with 1,897 additions and 93 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2617,28 +2617,28 @@ workflows:
- compile_app_server
filters:
branches:
only: main
only: nolonger_main

- push_app_stg:
requires:
- build_app
filters:
branches:
only: main
only: nolonger_main

- push_migrations_stg:
requires:
- build_migrations
filters:
branches:
only: main
only: nolonger_main

- push_tasks_stg:
requires:
- build_tasks
filters:
branches:
only: main
only: nolonger_main

- check_circle_against_stg_sha:
requires:
Expand Down
Loading

0 comments on commit 7ecf13e

Please sign in to comment.