Skip to content

Commit

Permalink
chore: enable scheduled execution
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed May 25, 2023
1 parent 3794c8e commit 8b5ad11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
NODE_OPTIONS: --max-old-space-size=6144

on:
# schedule:
# - cron: "0 5 * * 1,3,5" # monday,wednesday,friday 5AM
schedule:
- cron: "0 5 * * 1,3,5" # monday,wednesday,friday 5AM
workflow_dispatch:
inputs:
refType:
Expand Down

0 comments on commit 8b5ad11

Please sign in to comment.