Merged in dev_umistry (pull request #31)

Updated conditional step in pipeline yaml for streamlit
This commit is contained in:
Umang Mistry
2024-03-11 22:43:36 +00:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ pipelines:
condition:
changesets:
includePaths:
- "streamlit/*"
- "streamlit/**/*"
- step:
<<: *airflow_dags_deploy
+1
View File
@@ -25,6 +25,7 @@ st.set_page_config(layout = "wide")
# add_vertical_space(15)
# # st.write("Doczy")
util.setup_page(REDIRECT_URI)
if st.session_state.user_info['mail'] in user_list: