We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b7584 commit b32dbf8Copy full SHA for b32dbf8
1 file changed
.github/workflows/tests.yml
@@ -1,8 +1,9 @@
1
name: Tests
2
on:
3
- schedule:
+ # schedule:
4
+ # Scheduled runs are disabled, previously we did this:
5
# Runs at 00:00 on Sunday, Tuesday, and Thursday. (see https://crontab.guru)
- - cron: "0 0 * * 0,2,4"
6
+ # - cron: "0 0 * * 0,2,4"
7
workflow_dispatch:
8
concurrency:
9
# Include `github.event_name` to avoid pushes to `main` and
0 commit comments