From 0c3a1c7288032401327a9c4d7044e297bf3f7da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 9 Aug 2024 16:47:17 +0200 Subject: [PATCH] github: Turn off the image workflow for pull request We need to fix it so it does not publish anything to the remote repo before we can enable that. --- .github/workflows/image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 477343bb2..4bbd1f62c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -7,7 +7,6 @@ on: paths: - Dockerfile - .github/workflows/image.yml - pull_request: permissions: packages: write