Skip to content

Commit

Permalink
pr-validate runs every 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
mchinta7 committed Jan 17, 2024
1 parent c809252 commit d898598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-validate.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Validate PR
name: Validate PR Run every 5mins?
on:
schedule:
- cron: '*/5 * * * *'
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit d898598

Please sign in to comment.