From 3c027e2bc388110c50177d1670d65952206461b9 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Sun, 25 Dec 2022 01:16:49 +0200 Subject: [PATCH] [skip ci] Disable clickable builds workflow They fail and I am not sure how to fix the issue. If we find a fix, we could re-enable them. --- .github/workflows/dev-clickable-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-clickable-builds.yml b/.github/workflows/dev-clickable-builds.yml index 24750ac61..07498642e 100644 --- a/.github/workflows/dev-clickable-builds.yml +++ b/.github/workflows/dev-clickable-builds.yml @@ -1,7 +1,7 @@ name: "dev-clickable-builds" on: push: - branches: [ master ] + branches: [ ] env: GODOT_VERSION: 3.5