Skip to content

Commit

Permalink
Merge pull request #1873 from blacklanternsecurity/excavate-intercept
Browse files Browse the repository at this point in the history
Enable manually triggering docs updater action
  • Loading branch information
TheTechromancer authored Oct 29, 2024
2 parents de740f6 + 52242dd commit ae55da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Daily Docs Update

on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC
workflow_dispatch: # Allows manual triggering
- cron: '30 2 * * *' # Runs daily at 2:30 AM UTC, a less congested time
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
update_docs:
Expand Down

0 comments on commit ae55da4

Please sign in to comment.