From 2603cbdefeb4f556138bff64a435fc7d14aa5ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Tue, 1 Nov 2022 17:25:09 +0100 Subject: [PATCH] Don't run the GH workflows on shedule We're no loger adding new functionalities to the `tbtc` code, as this repository is related to the `v1` of the system and is no longer used in `v2`. There is no need to run the code-checking workflows every night. --- .github/workflows/contracts.yml | 2 -- .github/workflows/relay.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index ce412b918..9f38369bd 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -1,8 +1,6 @@ name: Solidity on: - schedule: - - cron: '0 0 * * *' push: branches: - main diff --git a/.github/workflows/relay.yml b/.github/workflows/relay.yml index a52b509f5..d1e43e40f 100644 --- a/.github/workflows/relay.yml +++ b/.github/workflows/relay.yml @@ -1,8 +1,6 @@ name: Relay on: - schedule: - - cron: '0 0 * * *' push: branches: - main