From 11faf1bfbd98ed85e080498dcc055f5c2dc90e9b Mon Sep 17 00:00:00 2001 From: Igor Konnov Date: Mon, 16 Dec 2024 20:52:48 +0100 Subject: [PATCH] disable testnet.yml on PR, restricting it to daily --- .github/workflows/testnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testnet.yml b/.github/workflows/testnet.yml index 95414a95..7e15a212 100644 --- a/.github/workflows/testnet.yml +++ b/.github/workflows/testnet.yml @@ -6,7 +6,7 @@ on: # This cron expression triggers the workflow at 8:00 UTC every day - cron: "8 0 * * *" # uncomment to debug in a PR - pull_request: + # pull_request: jobs: build-and-deploy: