Skip to content

Commit

Permalink
update cron schedule to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Nov 5, 2024
1 parent c6c6fa1 commit b19a182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_splunk_tas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Splunk TA Update
on:
workflow_dispatch: # Manually trigger the workflow
schedule:
- cron: '55 06 * * *' # Runs daily at midnight
- cron: '0 0 1 * *' # Runs once a month

jobs:
modify-code:
Expand Down

0 comments on commit b19a182

Please sign in to comment.