Updated conditional step in pipeline yaml for streamlit

This commit is contained in:
Umang Mistry
2024-03-11 17:42:50 -05:00
parent 936f938999
commit 4db996ff85
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: