summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/maintenance.yaml1
-rw-r--r--.github/workflows/test-erlang-otp-git.yaml1
-rw-r--r--workflow_sources/test-erlang-otp-git.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/maintenance.yaml b/.github/workflows/maintenance.yaml
index 955f6644bd..2d5175bee8 100644
--- a/.github/workflows/maintenance.yaml
+++ b/.github/workflows/maintenance.yaml
@@ -2,6 +2,7 @@ name: Maintenance
on:
schedule:
- cron: '0 2 * * *'
+ workflow_dispatch:
jobs:
cleanup-images:
name: cleanup-images
diff --git a/.github/workflows/test-erlang-otp-git.yaml b/.github/workflows/test-erlang-otp-git.yaml
index 8f4c501a81..4c17fd5a44 100644
--- a/.github/workflows/test-erlang-otp-git.yaml
+++ b/.github/workflows/test-erlang-otp-git.yaml
@@ -2,6 +2,7 @@ name: Test - Erlang git master
on:
schedule:
- cron: 0 3 * * *
+ workflow_dispatch: null
jobs:
prepare:
name: prepare
diff --git a/workflow_sources/test-erlang-otp-git.yml b/workflow_sources/test-erlang-otp-git.yml
index 09c4e1707b..3ae773ba02 100644
--- a/workflow_sources/test-erlang-otp-git.yml
+++ b/workflow_sources/test-erlang-otp-git.yml
@@ -17,4 +17,5 @@ name: Test - Erlang git master
a_magic_string_that_we_will_sed_to_on:
schedule:
- cron: '0 3 * * *'
+ workflow_dispatch:
jobs: #@ merge([prepare] + deps + [finish])