diff options
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64e2463e..ca4c20f0 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: permissions: read-all jobs: activate: |
