Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson authored Jun 24, 2023
1 parent cf01687 commit 68cbbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: E2E

on:
schedule:
#schedule:
# Runs at 02:57am every day.
- cron: '57 2 * * *'
# - cron: '57 2 * * *'
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review, labeled]
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
- name: Clear Clickhouse Test DBs
run: |
poetry run python confirm/cloud/clear_test_dbs.py
poetry run python confirm/cloud/clear_test_dbs.py

0 comments on commit 68cbbe8

Please sign in to comment.