From 7617675dcca7c5d0a600ae5c862be659ebc49765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 14 Nov 2024 13:16:12 +0100 Subject: [PATCH] Disable beta toolchain CI builds for contracts --- .github/workflows/ci-contracts-matrix-includes.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-contracts-matrix-includes.json b/.github/workflows/ci-contracts-matrix-includes.json index 8ef3e79912..9cc3dcb518 100644 --- a/.github/workflows/ci-contracts-matrix-includes.json +++ b/.github/workflows/ci-contracts-matrix-includes.json @@ -3,8 +3,4 @@ "rust":"stable", "runOnEvent":"always" }, - { - "rust":"beta", - "runOnEvent":"pull_request" - } ]