diff --git a/.github/workflows/check-status-of-apis.yaml b/.github/workflows/check-status-of-apis.yaml index 64c47be342..04e21fa0fc 100644 --- a/.github/workflows/check-status-of-apis.yaml +++ b/.github/workflows/check-status-of-apis.yaml @@ -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: {}