diff options
author | plowsof <77655812+plowsof@users.noreply.github.com> | 2024-01-02 17:18:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 17:18:07 +0000 |
commit | 34e62d58db3b7f92ac2a461b7b701f50cacdf6ae (patch) | |
tree | fe84fd3db1f1c24e0c022253c7ae28a7e796289e /.github | |
parent | workflows: copyright commit author (diff) | |
download | monero-34e62d58db3b7f92ac2a461b7b701f50cacdf6ae.tar.xz |
workflows: enable manual run of copyright update
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/copyright.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 589639fef..27e0bb457 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -1,5 +1,6 @@ name: ci/gh-actions/copyright on: + workflow_dispatch: schedule: - cron: '0 0 1 1 *' jobs: |