Skip to content

Commit

Permalink
add a scheduled job
Browse files Browse the repository at this point in the history
  • Loading branch information
padhupradheep authored Jul 17, 2024
1 parent 4bd8a26 commit 97a5401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches: [ "humble" ]
pull_request:
branches: [ "humble" ]
schedule: #trigger for every friday at 5:30 UTC
- cron: '30 5 * * 5'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 97a5401

Please sign in to comment.