Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsrepo authored May 28, 2024
1 parent 2a15847 commit 315453a
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 * * * *" # Every hour at the top of the hour
- cron: "0,30 * * * *" # Every hour at 0 and 30 minutes

jobs:
build:
Expand Down

0 comments on commit 315453a

Please sign in to comment.