Skip to content

Commit

Permalink
Merge branch 'main' into B-22129-Closeout-Data
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwc authored Jan 31, 2025
2 parents eaeb267 + 52bdab6 commit 913a64f
Show file tree
Hide file tree
Showing 397 changed files with 17,128 additions and 4,071 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ commands:
export FEATURE_FLAG_VALIDATION_CODE_REQUIRED=false
export FEATURE_FLAG_MOVE_LOCK=false
export FEATURE_FLAG_OKTA_DODID_INPUT=false
export FEATURE_FLAG_HEADQUARTERS_ROLE=false
export FEATURE_FLAG_HEADQUARTERS_ROLE=true
export FEATURE_FLAG_GSR_ROLE=false
export FEATURE_FLAG_SAFETY_MOVE=false
export FEATURE_FLAG_MANAGE_SUPPORTING_DOCS=false
Expand Down Expand Up @@ -936,7 +936,7 @@ commands:
FEATURE_FLAG_VALIDATION_CODE_REQUIRED: 'false'
FEATURE_FLAG_MOVE_LOCK: 'false'
FEATURE_FLAG_OKTA_DODID_INPUT: 'false'
FEATURE_FLAG_HEADQUARTERS_ROLE: 'false'
FEATURE_FLAG_HEADQUARTERS_ROLE: 'true'
FEATURE_FLAG_GSR_ROLE: 'false'
FEATURE_FLAG_SAFETY_MOVE: 'false'
FEATURE_FLAG_MANAGE_SUPPORTING_DOCS: 'false'
Expand Down Expand Up @@ -2614,28 +2614,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 All @@ -2653,7 +2653,7 @@ workflows:
- integration_tests_mtls
filters:
branches:
only: main
only: nolonger_main

- deploy_stg_migrations:
requires:
Expand Down
Loading

0 comments on commit 913a64f

Please sign in to comment.