Skip to content

Commit

Permalink
add schedule trigger to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristel committed Nov 17, 2024
1 parent c12589a commit fb5d825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:
tags: [ 'v*' ]
pull_request:
branches: [ "main" ]

schedule:
# run every Monday at 10.00 UTC
- cron: "0 10 * * 1"

jobs:
api-test:
Expand Down

0 comments on commit fb5d825

Please sign in to comment.