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

Commit

Permalink
Don't run the GH workflows on schedule
Browse files Browse the repository at this point in the history
We're no longer adding new functionalities to the `keep-ecdsa` 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 ba59bc0 commit 4a88f60
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Go

on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
Expand Down
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/staker-rewards.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Staker Rewards

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

0 comments on commit 4a88f60

Please sign in to comment.