Skip to content

Commit

Permalink
disable cron job from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
royki authored Jul 11, 2024
1 parent f45a56b commit 23529cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
- "*"
merge_group:
workflow_dispatch:
schedule:
# schedule:
# run at 6AM UTC Daily
# 6AM UTC -> 11PM PT
- cron: "0 6 * * *"
# - cron: "0 6 * * *"

concurrency:
group: e2e-${{ github.head_ref || github.sha }}
Expand Down

0 comments on commit 23529cc

Please sign in to comment.