Skip to content

Commit

Permalink
Update api_digester_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rozaychen authored Jul 15, 2024
1 parent 4d45785 commit 6d6ad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_digester_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Swift API Digester Functionality Check

on:
schedule:
- cron: '0 0 * * *' # This will run the action every night at midnight
- cron: '0 15 * * *' # This will run the action every day at 3:00 pm UTC (8:00 am PDT)
workflow_dispatch: # Allows manual triggering

jobs:
Expand Down

0 comments on commit 6d6ad03

Please sign in to comment.