Skip to content

Commit

Permalink
ci: Disable scheduled runs (#18793)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Apr 17, 2023
1 parent d14eeff commit 283d1b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -42,9 +42,9 @@ on:
- '*.bench.ts'
- 'scripts/ci/publish.ts'
- 'graphs/**'
schedule:
# https://crontab.guru - “At every 15th minute past every hour from 3 through 5.”
- cron: '*/15 3-5 * * *'
# schedule:
# # https://crontab.guru - “At every 15th minute past every hour from 3 through 5.”
# - cron: '*/15 3-5 * * *'
workflow_dispatch:

env:
Expand Down

0 comments on commit 283d1b9

Please sign in to comment.