Skip to content

Commit 722b89f

Browse files
committed
fix: disable cron until I can get it to work
1 parent a4d686c commit 722b89f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: Test all on Demand
55

66
on:
7-
push:
8-
schedule:
9-
- cron: '0 0 * * 0' # Every Sunday at midnight UTC
7+
# push:
8+
# schedule:
9+
# - cron: '0 0 * * 0' # Every Sunday at midnight UTC
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)