Skip to content

Commit

Permalink
ci(install-script): test installation script works everyday (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitds1997 committed Sep 1, 2023
1 parent bd19550 commit cfff009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on: # yamllint disable-line rule:truthy
paths: [scripts/neovim_install.sh]
pull_request:
paths: [scripts/neovim_install.sh]
schedule:
- cron: 23 11 * * *
concurrency:
group: |
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit cfff009

Please sign in to comment.