Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsrepo authored Jul 9, 2024
1 parent 90b71a3 commit fa5deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"
workflow_dispatch: # Enables manual trigger without additional inputs
schedule:
- cron: "0 */2 * * *" # Every hour at 0 and 30 minutes
- cron: "0 * * * *" # Every hour

jobs:
build:
Expand Down

0 comments on commit fa5deea

Please sign in to comment.