Skip to content

Commit c84ca20

Browse files
authored
Remove CRON job since workflow will now be triggered by webhook
1 parent f9bc702 commit c84ca20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Continuous Deployment
22
on:
33
push:
44
branches: [master]
5-
schedule:
6-
- cron: '0 0 * * 0'
75
workflow_dispatch:
86
jobs:
97
# Build

0 commit comments

Comments
 (0)