From 7c1010d04322b0ab3d0176b92740bbcb5c6638bd Mon Sep 17 00:00:00 2001 From: Noah Botimer Date: Mon, 6 Nov 2023 11:55:34 -0500 Subject: [PATCH] Comment out build description (was breaking build) --- .github/workflows/build-lauth-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-lauth-latest.yml b/.github/workflows/build-lauth-latest.yml index 6c533ed9..2970e58c 100644 --- a/.github/workflows/build-lauth-latest.yml +++ b/.github/workflows/build-lauth-latest.yml @@ -1,6 +1,6 @@ --- name: Build Lauth webapp -description: Builds the webapp (api and admin) from main or manually from a selected branch +#description: Builds the webapp (api and admin) from main or manually from a selected branch on: workflow_dispatch: # This allows to kick-off the action manually from GitHub Actions