diff --git a/.github/workflows/github-actions.yaml b/.github/workflows/github-actions.yaml index a2eea61..d38a6a4 100644 --- a/.github/workflows/github-actions.yaml +++ b/.github/workflows/github-actions.yaml @@ -6,7 +6,7 @@ on: - '**' # Matches any branch workflow_dispatch: schedule: - - cron: "*/59 * * * *" + - cron: "*/15 * * * *" jobs: tests: