summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-05-25 01:09:15 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-25 01:09:15 -0600
commit3d9ae03bdf9ae818d69f2afcde35f46b6f20234c (patch)
treec975ebd8cf7ef350d23a354f958e66bf5c45a361
parente685a8d727908912a96711c6401fdd8cc9cbe928 (diff)
allow workflow to be triggered manually on v2.3.x branch [no ci]
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2d588768..03e9f587 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
paths-ignore: ['*.adoc', 'docs/**']
schedule:
- cron: '0 2 * * *'
+ workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true