Skip to content

Commit 0c45a47

Browse files
committed
remove cron schedule from example usage. no need for this to run every monday but users can set cron as required in their jobs
1 parent 9ed0367 commit 0c45a47

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/example-usage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Example - LaunchDarkly Flag Expiry Audit
22
on:
3-
# Run every Monday at 9 AM UTC
4-
schedule:
5-
- cron: '0 9 * * 1'
6-
# Allow manual triggers
73
workflow_dispatch:
84
inputs:
95
days_ahead:

0 commit comments

Comments
 (0)