Skip to content

Commit a92ba46

Browse files
Don't run the GH workflows on schedule
The workflows that we're modifying in this PR were related to the `v1` of the system, which is no longer getting new functionalities. We don't need to execute these workflows every night / couple of hours.
1 parent 9b451f6 commit a92ba46

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/common-js.yml

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

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

.github/workflows/e2e-local.yml

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

33
on:
4-
schedule:
5-
- cron: "0 0 * * *"
64
workflow_dispatch:
75

86
jobs:

.github/workflows/e2e-testnet.yml

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

33
on:
4-
schedule:
5-
- cron: "0 */6 * * *"
64
workflow_dispatch:
75

86
jobs:

0 commit comments

Comments
 (0)