We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643d793 commit 508c696Copy full SHA for 508c696
.github/workflows/auto_releases.yml
@@ -7,8 +7,8 @@ concurrency:
7
group: autoreleases
8
9
on:
10
- schedule:
11
- - cron: '45 11 * * 2,4'
+ # schedule:
+ # - cron: '45 11 * * 2,4'
12
workflow_dispatch:
13
inputs:
14
dry-run:
.github/workflows/nightly_jepsen.yml
@@ -2,8 +2,8 @@
2
3
name: NightlyJepsen
4
5
6
- - cron: 13 4 * * *
+ # - cron: 13 4 * * *
concurrency:
0 commit comments