diff options
author | Philip Kuryloski <kuryloskip@vmware.com> | 2020-11-23 12:11:41 +0100 |
---|---|---|
committer | Philip Kuryloski <kuryloskip@vmware.com> | 2020-11-23 12:11:41 +0100 |
commit | 569d9f5b3905189eea90c33f35db3012fb29055e (patch) | |
tree | e79db55b81927f57859fd52b7c337cdfe368b9e8 | |
parent | c31c3ad1238f013f743360a40acb805233956a8d (diff) | |
download | rabbitmq-server-git-569d9f5b3905189eea90c33f35db3012fb29055e.tar.gz |
Also allow manual triggering of scheduled workflows [ci skip]
-rw-r--r-- | .github/workflows/maintenance.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/test-erlang-otp-git.yaml | 1 | ||||
-rw-r--r-- | workflow_sources/test-erlang-otp-git.yml | 1 |
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]) |