Skip to content

Commit

Permalink
run every hour + remove push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Mar 14, 2024
1 parent 8a872ea commit e5ffc47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/check-status-of-apis.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Check Status of APIs for openapi-examples

on:
push:
branches:
- main
schedule:
# Run every 2 hours
- cron: '0 */2 * * *'
# Run every 1 hour
- cron: '0 */1 * * *'
# Run manually
workflow_dispatch: {}

Expand Down

0 comments on commit e5ffc47

Please sign in to comment.