diff options
| author | seth <[email protected]> | 2023-01-20 01:56:02 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-19 21:34:27 -0500 |
| commit | 61d2347c202ce9dcac728d3fe018856477d76232 (patch) | |
| tree | d5c0d7184c5036579aeb5b4f765f2e6d622d2e4d /.github/workflows | |
| parent | 17835f1618f2e8af964e6534443f8a65b6fb8a77 (diff) | |
chore: add workflow_dispatch to check-commit.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check-commit.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml index ceac75a..b1716c4 100644 --- a/.github/workflows/check-commit.yml +++ b/.github/workflows/check-commit.yml @@ -1,5 +1,6 @@ name: Get latest commit on: + workflow_dispatch: schedule: - cron: '0 0 * * *' |
