diff options
author | James McCoy <jamessan@jamessan.com> | 2021-04-26 23:38:36 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-04-26 23:45:40 -0400 |
commit | 2601296c3f871cc49d10b2d96ce0bf7a9de4ee1b (patch) | |
tree | 2b5b29766781d0b3e8784284d8c0a8306700bed6 | |
parent | 3047a909a2cdd023713e30e0628415e08afb66e1 (diff) | |
download | rneovim-2601296c3f871cc49d10b2d96ce0bf7a9de4ee1b.tar.gz rneovim-2601296c3f871cc49d10b2d96ce0bf7a9de4ee1b.tar.bz2 rneovim-2601296c3f871cc49d10b2d96ce0bf7a9de4ee1b.zip |
ci(gha): Rename nightly workflow to vim-patches
[skip ci]
-rw-r--r-- | .github/workflows/vim-patches.yml (renamed from .github/workflows/nightly.yaml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yaml b/.github/workflows/vim-patches.yml index 5823d8187e..38e19d5e25 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/vim-patches.yml @@ -1,4 +1,4 @@ -name: Nightly +name: vim-patches on: schedule: - cron: '3 3 * * *' |