From 66529e216a2cdf591fda2fda56d465010d0377f5 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 30 May 2024 06:59:41 +1000 Subject: [PATCH] ci: Don't run release on create, this is dangerous. --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b13f339d..b0d151f1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,9 +8,6 @@ on: push: tags: - v* - # Run when a ref is created, i.e. after the tag-release workflow. - # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#create - create: env: REGISTRY: ghcr.io