Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 185d8b4

Browse files
committed
chore: remove scheduled GHAs
### Issues addressed I don't want us to run scheduled GHAs -- that can only cost us money and will not be useful. (I did not check if it actually is costing us money, I just see them running and assume it does). ### Summary of changes Remove all scheduled jobs. ### Test Plan - [ ] CI doesn't complain about these changes
1 parent 6d49996 commit 185d8b4

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ main ]
20-
schedule:
21-
- cron: '37 11 * * 3'
2220

2321
jobs:
2422
analyze:

.github/workflows/nightly-virustotal-analyze.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
required: false
1414
default: 'https://s3.amazonaws.com/redisinsight.download/public/latest/Redis-Insight-mac-arm64.dmg'
1515
type: string
16-
schedule:
17-
- cron: '0 0 * * *'
1816

1917
env:
2018
VIRUSTOTAL_API_KEY: ${{ secrets.VIRUSTOTAL_API_KEY }}

.github/workflows/nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
name: Nightly jobs
2-
on:
3-
schedule:
4-
- cron: 0 0 * * *
52

63
jobs:
74
# Integration tests

.github/workflows/weekly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
name: Weekly jobs
2-
on:
3-
schedule:
4-
- cron: 0 0 * * 1
52

63
jobs:
74
licenses-check:

0 commit comments

Comments
 (0)