Skip to content

Commit 508c696

Browse files
committed
remove schedule trigger from unused workflows
1 parent 643d793 commit 508c696

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/auto_releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ concurrency:
77
group: autoreleases
88

99
on:
10-
schedule:
11-
- cron: '45 11 * * 2,4'
10+
# schedule:
11+
# - cron: '45 11 * * 2,4'
1212
workflow_dispatch:
1313
inputs:
1414
dry-run:

.github/workflows/nightly_jepsen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
name: NightlyJepsen
44
on:
5-
schedule:
6-
- cron: 13 4 * * *
5+
# schedule:
6+
# - cron: 13 4 * * *
77
workflow_dispatch:
88

99
concurrency:

0 commit comments

Comments
 (0)