From 6de83bf3a943e8af51fd937de5bacfbbac61949b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 26 Oct 2025 09:51:00 -0700 Subject: [PATCH] Make deploy-latest.yml workflow dispatch-only It is currently broken, will revert once I fix it. --- .github/workflows/deploy-latest.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index 10cdac01..4f67b030 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -1,10 +1,11 @@ name: Deploy latest.datasette.io on: - push: - branches: - - main - - 1.0-dev + workflow_dispatch: + # push: + # branches: + # - main + # - 1.0-dev permissions: contents: read