Skip to content

Commit

Permalink
Update node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhohirpradana authored Sep 5, 2023
1 parent 237d3a9 commit bf931fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
# Triggers the workflow with scheduler
schedule:
# 00:00 WIB
- cron: '0 17 * * *'
#- cron: '0 17 * * *'
# 06:00 WIB
- cron: '0 11 * * *'
#- cron: '0 11 * * *'
# 12:00 WIB
- cron: '0 05 * * *'
# 18:00 WIB
- cron: '0 23 * * *'
#- cron: '0 23 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit bf931fd

Please sign in to comment.