Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 7e76703

Browse files
authored
ci: remove cron job (#432)
1 parent 4d612c0 commit 7e76703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Integration Tests
22
on:
3-
schedule:
3+
# schedule:
44
# * is a special character in YAML, so you have to quote this string
5-
- cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5)
5+
# - cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5)
66

77
workflow_dispatch: # run integration tests only when triggered manually
88

0 commit comments

Comments
 (0)