From 0ed49e4add610cbdb257774f8ca4e5bb278f7cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Tue, 1 Nov 2022 17:30:11 +0100 Subject: [PATCH] Don't run the GH workflows on schedule We're no longer adding new functionalities to the `tbtc.js` 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/node.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 54b7f8c..1e74986 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -4,8 +4,6 @@ name: Node.js on: - schedule: - - cron: '0 0 * * *' push: branches: - main