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 29, 2024
1 parent 315453a commit 9395bfd
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,30 * * * *" # Every hour at 0 and 30 minutes
- cron: "0 */2 * * *" # Every hour at 0 and 30 minutes

jobs:
build:
Expand Down

0 comments on commit 9395bfd

Please sign in to comment.