Skip to content

Commit 2813cd1

Browse files
No change/for pull request
1 parent 86b4fb1 commit 2813cd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/03-core-features--04-triggers-and-filters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on:
2323
- "!03-core-features/filters/*.txt"
2424

2525
### https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
26-
# schedule:
27-
# - cron: "0 0 * * *" # Midnight UTC
26+
schedule:
27+
- cron: "0 0 * * *" # Midnight UTC
2828

2929
## Manual Trigger
3030
workflow_dispatch:

0 commit comments

Comments
 (0)