We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d788e0f commit bcc2f45Copy full SHA for bcc2f45
.github/workflows/luarocks-scm.yml
@@ -2,8 +2,8 @@ name: Luarocks release SCM
2
3
on:
4
workflow_dispatch: # allows manual triggering
5
- schedule:
6
- - cron: '0 0 * * *' # runs daily at 00:00
+ # schedule:
+ # - cron: '0 0 * * *' # runs daily at 00:00
7
pull_request: # Will test a local install without uploading to luarocks.org
8
9
jobs:
0 commit comments