From 211ff199cb944584b5338753e4c0005e41bae735 Mon Sep 17 00:00:00 2001 From: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:53:51 -0700 Subject: [PATCH 1/3] don't run shinylive deploy when PR opened --- .github/workflows/deploy-shinylive.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-shinylive.yaml b/.github/workflows/deploy-shinylive.yaml index 1610a76..8d2cb91 100644 --- a/.github/workflows/deploy-shinylive.yaml +++ b/.github/workflows/deploy-shinylive.yaml @@ -10,9 +10,7 @@ on: workflow_dispatch: # Trigger on push to `main` branch push: - branches: ["main"] - # Trigger on pull request to all branches (but do not deploy to gh-pages) - pull_request: + branches: "main" jobs: shinylive: From 3d6c9ffbb286f882ebad687a0e1632b6661dc502 Mon Sep 17 00:00:00 2001 From: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:54:05 -0700 Subject: [PATCH 2/3] clarify workflow process --- .github/workflows/deploy-shinyapps-io.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-shinyapps-io.yaml b/.github/workflows/deploy-shinyapps-io.yaml index 58d4176..e28a363 100644 --- a/.github/workflows/deploy-shinyapps-io.yaml +++ b/.github/workflows/deploy-shinyapps-io.yaml @@ -3,6 +3,7 @@ name: shinyapps-io-deploy +# run when PR is merged OR via workflow dispatch on: pull_request: types: From 0d9d5b3b6a8a52a8e46023bc3f013e94c03b96f0 Mon Sep 17 00:00:00 2001 From: Abby Vander Linden <11965371+avanlinden@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:55:44 -0700 Subject: [PATCH 3/3] update ui message --- ui.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui.R b/ui.R index b302923..273f2cd 100644 --- a/ui.R +++ b/ui.R @@ -5,10 +5,10 @@ ui <- function() { fluidRow( column( 8, - p("Explore AD metadata template columns by column name, value, or description. ", - "You can use the large search bar to query the entire table, ", - "the small search bars underneath the column names to query by ", - "column, and the pagination at the bottom to flip through the table." + p("Explore AD metadata template columns by name, value, or description. ", + "You can use the large search bar at the top to query the entire dictionary, ", + "the small search bars underneath the dictionary column names to query by ", + "dictionary column, and the pagination at the bottom to flip through the table." ) ), column(