Skip to content

Commit 07a4a9d

Browse files
authored
Remove cron schedule from tests.yml
Removed scheduled cron job from tests workflow.
1 parent 42a95ed commit 07a4a9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ on:
2727
- "package/**"
2828
- "!*.md"
2929
- "!*.properties"
30-
schedule:
31-
- cron: "0 0 * * *"
30+
3231

3332
concurrency:
3433
group: tests-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)