Skip to content

Commit bcc2f45

Browse files
ci(luarocks-scm): remove cron job
1 parent d788e0f commit bcc2f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/luarocks-scm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Luarocks release SCM
22

33
on:
44
workflow_dispatch: # allows manual triggering
5-
schedule:
6-
- cron: '0 0 * * *' # runs daily at 00:00
5+
# schedule:
6+
# - cron: '0 0 * * *' # runs daily at 00:00
77
pull_request: # Will test a local install without uploading to luarocks.org
88

99
jobs:

0 commit comments

Comments
 (0)