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

Commit

Permalink
Don't run the GH workflows on shedule
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michalinacienciala committed Nov 1, 2022
1 parent d18ef9a commit 2603cbd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Solidity

on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/relay.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Relay

on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
Expand Down

0 comments on commit 2603cbd

Please sign in to comment.