From 71622fb9b7337bd57d1a1b57713644f0ec529ebc Mon Sep 17 00:00:00 2001 From: Andrew Musselman Date: Fri, 16 Feb 2024 13:14:09 -0800 Subject: [PATCH] Disabling website build workflow in trunk --- .github/workflows/website.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index a1807485db..91b3af73a8 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -21,7 +21,8 @@ name: Website on: push: branches: - - trunk + # Disabling this workflow in `trunk` branch + # - trunk # A workflow run is made up of one or more jobs that can run sequentially or in parallel