Skip to content

Commit 63eab0d

Browse files
committed
feat: add ENABLE_CRON_JOBS environment variable to CI configuration
1 parent 4323cb5 commit 63eab0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-test-unit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
CACHING_DATABASE_URL: "https://test.supabase.com"
2626
DATA_DATABASE_URL: "https://test.supabase.com"
2727

28+
ENABLE_CRON_JOBS: "false"
29+
2830
permissions:
2931
# Required to checkout the code
3032
contents: read

0 commit comments

Comments
 (0)