From 303658c314e6b9e25bd4e6d7807415fb5381dd40 Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 24 Mar 2025 06:01:33 +1100 Subject: [PATCH 1/2] Disable astro.yml --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 6857b7c..e1133ff 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -7,7 +7,7 @@ name: Deploy Astro site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: [] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 54f158809162a84f6829731ace48b7ab6ff3aab7 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Mon, 24 Mar 2025 06:03:16 +1100 Subject: [PATCH 2/2] Disable actions --- {.github => .github-disabled}/workflows/astro.yml | 0 {.github => .github-disabled}/workflows/docker-image.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {.github => .github-disabled}/workflows/astro.yml (100%) rename {.github => .github-disabled}/workflows/docker-image.yml (100%) diff --git a/.github/workflows/astro.yml b/.github-disabled/workflows/astro.yml similarity index 100% rename from .github/workflows/astro.yml rename to .github-disabled/workflows/astro.yml diff --git a/.github/workflows/docker-image.yml b/.github-disabled/workflows/docker-image.yml similarity index 100% rename from .github/workflows/docker-image.yml rename to .github-disabled/workflows/docker-image.yml