Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 2603cbd

Browse files
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.
1 parent d18ef9a commit 2603cbd

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/contracts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Solidity
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * *'
64
push:
75
branches:
86
- main

.github/workflows/relay.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Relay
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * *'
64
push:
75
branches:
86
- main

0 commit comments

Comments
 (0)